dlmarion opened a new pull request, #5477: URL: https://github.com/apache/accumulo/pull/5477
The TabletServerBatchWriter uses a ScheduledExecutorThreadPool for dealing with failed mutations. The TabletServerBatchWriter code was calling ThreadPools.createGeneralScheduledExecutorService which creates the ThreadPoolExecutor with metrics enabled. If more than one TabletServerBatchWriter is created, then debug messages start showing up in the logs saying that the associated Gauge's have already been registered and will be ignored. This change calls the same underlying code, but disables metrics for the thread pool -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
