You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2021/11/19 15:48:35 UTC

[GitHub] [accumulo] dlmarion commented on pull request #2358: Create page in Monitor for external compactions

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-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org