dlmarion commented on code in PR #4767:
URL: https://github.com/apache/accumulo/pull/4767#discussion_r1695446625


##########
server/manager/src/main/java/org/apache/accumulo/manager/compaction/queue/CompactionJobPriorityQueue.java:
##########
@@ -107,7 +108,7 @@ public boolean equals(Object o) {
   // efficiently removing entries from anywhere in the queue. Efficient 
removal is needed for the
   // case where tablets decided to issues different compaction jobs than what 
is currently queued.
   private final TreeMap<CjpqKey,CompactionJobQueues.MetaJob> jobQueue;
-  private final int maxSize;
+  private Supplier<Integer> maxSize;

Review Comment:
   Changed this to an AtomicInteger in 18d2243



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to