kevinrr888 commented on code in PR #6021:
URL: https://github.com/apache/accumulo/pull/6021#discussion_r2628687366


##########
core/src/main/java/org/apache/accumulo/core/fate/Fate.java:
##########
@@ -261,6 +309,7 @@ public void startTransactionRunners(AccumuloConfiguration 
conf,
       ScheduledThreadPoolExecutor serverGeneralScheduledThreadPool) {
     final ThreadPoolExecutor pool = 
ThreadPools.getServerThreadPools().createExecutorService(conf,
         Property.MANAGER_FATE_THREADPOOL_SIZE, true);
+    log.debug("Starting Fate Transaction Running pool with {} threads", 
pool.getCorePoolSize());

Review Comment:
   ```suggestion
       log.debug("Starting Fate Transaction Runner pool with {} threads", 
pool.getCorePoolSize());
   ```



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