dlmarion commented on code in PR #5605: URL: https://github.com/apache/accumulo/pull/5605#discussion_r2121575986
########## core/src/main/java/org/apache/accumulo/core/classloader/DefaultContextClassLoaderFactory.java: ########## @@ -74,7 +74,7 @@ private static void setContextConfig(Supplier<Map<String,String>> contextConfigS private static void startCleanupThread(final AccumuloConfiguration conf, final Supplier<Map<String,String>> contextConfigSupplier) { ScheduledFuture<?> future = - ((ScheduledThreadPoolExecutor) ThreadPools.getClientThreadPools((t, e) -> { + ((ScheduledThreadPoolExecutor) ThreadPools.getClientThreadPools(conf, (t, e) -> { Review Comment: This also uses a custom UncaughtExceptionHandler, which can't be set when calling `context.threadPools`. -- 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