dlmarion opened a new pull request #2432: URL: https://github.com/apache/accumulo/pull/2432
When ThreadPools calls ExecutorServiceMetrics, it creates Meters that are registered with the MeterRegistry. However, there is no easy way to remove the Meters from the MeterRegistry when the ThreadPool is shut down. Modified the ThreadPools methods to accept a boolean value for registering metrics for the newly created ThreadPool. Modified classes that use ThreadPools class to only pass true for this boolean value when the ThreadPool is long lived. Closes #2423 -- 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