dlmarion commented on a change in pull request #2432: URL: https://github.com/apache/accumulo/pull/2432#discussion_r792813662
########## File path: core/src/main/java/org/apache/accumulo/core/util/threads/ThreadPools.java ########## @@ -104,81 +104,86 @@ public static void resizePool(final ThreadPoolExecutor pool, final AccumuloConfi */ @SuppressWarnings("deprecation") public static ExecutorService createExecutorService(final AccumuloConfiguration conf, - final Property p) { + final Property p, boolean emitThreadPoolMetrics) { 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-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org