dlmarion commented on pull request #2358:
URL: https://github.com/apache/accumulo/pull/2358#issuecomment-974186512


   @Manno15 The Compactor starts the FileCompactor in a separate thread, then 
in the main thread it periodically gets the stats and sends them to the 
Coordinator. The FileCompactor is the same object used in the TabletServers to 
perform major compactions. In theory, the TabletServer could periodically 
iterate over the major compaction threads that are in progress and do the same 
thing and send the stats to the Manager. See 
https://github.com/apache/accumulo/blob/main/server/compactor/src/main/java/org/apache/accumulo/compactor/Compactor.java#L682


-- 
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


Reply via email to