SethSmucker opened a new issue, #5965: URL: https://github.com/apache/accumulo/issues/5965
**Is your feature request related to a problem? Please describe.** The ability to access counts of Major Compactions, Minor Compactions, and Active/Queued counts is gated behind the use of non-public classes. We need to be able to access this information in Datawave via the public API. **Describe the solution you'd like** InstanceOperations currently has a method called "getActiveCompactions()", but lacks methods for the other counts listed above (Maj/Min, Active/Queued) **Describe alternatives you've considered** We're currently using ManagerClientService, ClientContext, and ThriftClientTypes to get the number of compactions, but these are not part of the public API. **Additional context** [Related Datawave PR](https://github.com/NationalSecurityAgency/datawave/pull/3253/files) -- 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]
