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


##########
core/src/main/java/org/apache/accumulo/core/util/threads/ThreadPools.java:
##########
@@ -229,7 +246,7 @@ public static void resizePool(final ThreadPoolExecutor 
pool, final IntSupplier m
    */
   public static void resizePool(final ThreadPoolExecutor pool, final 
AccumuloConfiguration conf,
       final Property p) {
-    resizePool(pool, () -> conf.getCount(p), p.getKey());
+    resizePool(pool, () -> conf.getCount(p), p.getKey() + ".pool");

Review Comment:
   Removed in 3bcc3f8854



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