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


##########
core/src/main/java/org/apache/accumulo/core/util/threads/ThreadPoolNames.java:
##########
@@ -0,0 +1,54 @@
+package org.apache.accumulo.core.util.threads;
+
+public enum ThreadPoolNames {
+
+  ACCUMULO_POOL_PREFIX("accumulo.pool"),
+  BATCH_SCANNER_POOL_NAME("accumulo.pool.client.batch.reader.scanner"),

Review Comment:
   I went ahead with this refactor since it was pretty trivial 



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