ddanielr commented on code in PR #4592:
URL: https://github.com/apache/accumulo/pull/4592#discussion_r1664425400


##########
core/src/main/java/org/apache/accumulo/core/spi/balancer/HostRegexTableLoadBalancer.java:
##########
@@ -330,6 +334,8 @@ public Supplier<Map<String,String>> load(TableId key) {
           }
         });
 
+    migrationLimitExceededWarningCache = 
Caffeine.newBuilder().expireAfterWrite(5, MINUTES).build();

Review Comment:
   Oh that's way better! 
   I'll switch this code over to using that.



-- 
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