dlmarion opened a new issue, #6174: URL: https://github.com/apache/accumulo/issues/6174
#5012 introduced changes into the CompactionCoordinator and Monitor to store and display the top 50 longest running compactions in the cluster. #6155 ported the logic from the legacy Monitor code over to the new monitor, which will store and display all external compactions. We'll need to decide on the best approach and remove the unused code. If we retain the changes in #6155, then we should move that information gathering out of the Monitor class and into the InformationFetcher class, which periodically gathers information to create a SystemInformation object to provide a static view for a small amount of time. -- 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]
