You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/01/26 16:22:57 UTC

[GitHub] [accumulo] dlmarion commented on a change in pull request #2432: Modified ThreadPools to conditionally register metrics

dlmarion commented on a change in pull request #2432:
URL: https://github.com/apache/accumulo/pull/2432#discussion_r792813461



##########
File path: core/src/main/java/org/apache/accumulo/fate/Fate.java
##########
@@ -230,7 +230,7 @@ public Fate(T environment, TStore<T> store, Function<Repo<T>,String> toLogStrFun
    */
   public void startTransactionRunners(AccumuloConfiguration conf) {
     final ThreadPoolExecutor pool = (ThreadPoolExecutor) ThreadPools.createExecutorService(conf,
-        Property.MANAGER_FATE_THREADPOOL_SIZE);
+        Property.MANAGER_FATE_THREADPOOL_SIZE, false);

Review comment:
       Addressed in 1a7f098




-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org