Skip to content

Commit

Permalink
rebase with upstream main
Browse files Browse the repository at this point in the history
Signed-off-by: Kaushal Kumar <[email protected]>
  • Loading branch information
kaushalmahi12 committed Oct 6, 2023
1 parent ad38885 commit 906bd8f
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,7 @@ public boolean equals(Object o) {
SearchShardTaskStats that = (SearchShardTaskStats) o;
return cancellationCount == that.cancellationCount
&& limitReachedCount == that.limitReachedCount
<<<<<<< HEAD
&& completionCount == completionCount
=======
&& completionCount == that.completionCount
>>>>>>> 3324fa1aaea (add taskCompletionCount in search_backpressure)
&& resourceUsageTrackerStats.equals(that.resourceUsageTrackerStats);
}

Expand Down

0 comments on commit 906bd8f

Please sign in to comment.