EdColeman commented on code in PR #4535:
URL: https://github.com/apache/accumulo/pull/4535#discussion_r1617540454


##########
server/base/src/main/java/org/apache/accumulo/server/conf/store/impl/PropCacheCaffeineImpl.java:
##########
@@ -45,8 +46,8 @@ public class PropCacheCaffeineImpl implements PropCache {
   public static final int EXPIRE_MIN = 60;
   private static final Logger log = 
LoggerFactory.getLogger(PropCacheCaffeineImpl.class);
   private static final Executor executor =
-      
ThreadPools.getServerThreadPools().getPoolBuilder("caffeine-tasks").numCoreThreads(1)
-          .numMaxThreads(20).withTimeOut(60L, SECONDS).build();
+      ThreadPools.getServerThreadPools().getPoolBuilder(METRICS_POOL_PREFIX + 
"caffeine.task")

Review Comment:
   Will change to `METRICS_POOL_PREFIX + "caffeine.prop.cache.tasks"`



-- 
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-unsubscr...@accumulo.apache.org

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

Reply via email to