Skip to content

Commit

Permalink
pinpoint-apm#523 backport Improvement graph traverse algorithm of Ser…
Browse files Browse the repository at this point in the history
…verMap
  • Loading branch information
emeroad committed Jun 2, 2015
1 parent f883a39 commit 4741984
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public MapWrap getServerMapData(
final Range range = new Range(from, to);
this.dateLimit.limit(from, to);

SearchOption searchOption = new SearchOption(callerRange, callerRange);
SearchOption searchOption = new SearchOption(callerRange, calleeRange);
assertSearchOption(searchOption);

logger.info("getServerMap() applicationName:{} range:{} searchOption:{}", applicationName, TimeUnit.MILLISECONDS.toMinutes(range.getRange()), searchOption);
Expand Down

0 comments on commit 4741984

Please # to comment.