keith-turner commented on code in PR #2665:
URL: https://github.com/apache/accumulo/pull/2665#discussion_r884062198


##########
core/src/main/java/org/apache/accumulo/core/util/threads/ThreadPools.java:
##########
@@ -474,6 +474,8 @@ public ThreadPoolExecutor createThreadPool(int coreThreads, 
int maxThreads, long
   public ThreadPoolExecutor createThreadPool(int coreThreads, int maxThreads, 
long timeOut,
       TimeUnit units, final String name, BlockingQueue<Runnable> queue, 
OptionalInt priority,
       boolean emitThreadPoolMetrics) {
+    LOG.debug("Creating ThreadPoolExecutor for {} with {} core threads and {} 
max threads", name,
+        coreThreads, maxThreads);

Review Comment:
   Opened #2745 



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