Skip to content

Commit f5fe350

Browse files
committed
Merge pull request #1217 from mebigfatguy/master
remove dead code around fetching execution collapse info
2 parents b379d29 + c377253 commit f5fe350

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

hystrix-core/src/main/java/com/netflix/hystrix/metric/HystrixRequestEvents.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ public Map<ExecutionSignature, List<Integer>> getExecutionsMappedToLatencies() {
6868
cachedCount = cachingDetector.get(key);
6969
}
7070
ExecutionSignature signature;
71-
HystrixCollapserKey collapserKey = execution.getOriginatingCollapserKey();
72-
int collapserBatchCount = execution.getNumberCollapsed();
7371
if (cachedCount > 0) {
7472
//this has a RESPONSE_FROM_CACHE and needs to get split off
7573
signature = ExecutionSignature.from(execution, cacheKey, cachedCount);

0 commit comments

Comments
 (0)