dlmarion commented on PR #5331: URL: https://github.com/apache/accumulo/pull/5331#issuecomment-2657496891
> Here is where the referenced thread pool is created: > > https://github.com/apache/accumulo/blob/d5e5c5880bbd06fcd2d5bbe525885e4dbc65106c/core/src/main/java/org/apache/accumulo/core/fate/Fate.java#L424-L425 > > > note that `true` is set for `emitThreadPoolMetrics` > This ultimately results in calling: > https://github.com/apache/accumulo/blob/d5e5c5880bbd06fcd2d5bbe525885e4dbc65106c/core/src/main/java/org/apache/accumulo/core/util/threads/ThreadPools.java#L720-L722 > > I think the solution is to just pass false instead for the first part of the issue. Yeah, I agree with that. For the second part, we need to add a new Gauge that returns the value of `workQueue.getWaitingConsumerCount()` for each Fate instance. Not quite sure how to wire that up, but I think that covers it at a high level. -- 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