dlmarion commented on PR #5477: URL: https://github.com/apache/accumulo/pull/5477#issuecomment-2809410931
> Is there a way to make the thread pool metrics unique for each general scheduled thread pool instance? Or are these metrics just not useful? Or are the metrics useful in some cases, but not worth the noise? The intention is for there to be one shared general scheduled thread pool instance per ClientContext or ServerContext. The code in TabletServerBatchWriter is re-using `context.threadPools().createGeneralScheduledExecutorService`, likely out of convenience, to create a thread pool for handling failed mutations. The thread pool is short-lived and only used if there are failed mutations. Metrics for this are likely not very useful here. -- 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]
