Skip to content

Commit

Permalink
use primitive long to store completionCount
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 ebb62a9 commit ad38885
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
public class SearchShardTaskStats implements ToXContentObject, Writeable {
private final long cancellationCount;
private final long limitReachedCount;
private long completionCount;
private final long completionCount;
private final Map<TaskResourceUsageTrackerType, TaskResourceUsageTracker.Stats> resourceUsageTrackerStats;

public SearchShardTaskStats(
Expand Down

0 comments on commit ad38885

Please sign in to comment.