dlmarion edited a comment on pull request #2283: URL: https://github.com/apache/accumulo/pull/2283#issuecomment-927838131
IIRC, the compactions queued and running in the `tables` view does include external compactions. I'm tracing through the code now, it looks like the `tables` view gets that information from the Manager. EDIT: It looks like the `LiveTServerSet` in the `Manager` calls `ThriftClientHandler.getTabletServerStatus()` , which calls `TabletServer.getStats()`. I wonder if you could just make the same call to the Manager... -- 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]
