Skip to content

Commit

Permalink
change the comment location
Browse files Browse the repository at this point in the history
  • Loading branch information
ikhoon committed Aug 6, 2024
1 parent 423e40c commit af605f6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -623,10 +623,10 @@ private void detectOutlier(RequestLog log) {
// NEXT is assumed as SUCCESS.
case SUCCESS:
case NEXT:
// Although the last request succeeded luckily, we should see the total result in a window
// rather than just looking at one result.
outlierDetector.onSuccess();
if (outlierDetector.isOutlier()) {
// Although the last request succeeded luckily, we should see the total result in a window
// rather than just looking at one result.
markUnacquirable();
}
break;
Expand Down

0 comments on commit af605f6

Please sign in to comment.