keith-turner commented on issue #2561: URL: https://github.com/apache/accumulo/issues/2561#issuecomment-1065295371
Per executor metrics for running and queued are emitted for each tserver. I think that is done by [this code](https://github.com/apache/accumulo/blob/main/server/tserver/src/main/java/org/apache/accumulo/tserver/metrics/CompactionExecutorsMetrics.java). The blog post about external compactions plotted these metrics in the [ingest section](https://accumulo.apache.org/blog/2021/07/08/external-compactions.html#ingesting-data), in that section look for the compaction queued plot and the description under it. We also have documentation that [briefly mentions these metrics exists](https://github.com/apache/accumulo-website/blob/next-release/_docs-2/administration/compaction.md#metrics), however it does not give any information about how to use them. Would these metrics meet your needs? If your are looking for detailed info about what is qeueud (like tablets and files to compact, which subject to change at any time before it runs like Dave mentioned) then would possibly need new APIs to expose this information to the shell. -- 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]
