cshannon commented on code in PR #5072:
URL: https://github.com/apache/accumulo/pull/5072#discussion_r1853087492
##########
core/src/main/java/org/apache/accumulo/core/client/admin/InstanceOperations.java:
##########
@@ -312,6 +312,10 @@ List<ActiveCompaction> getActiveCompactions(ServerId
server)
*/
List<ActiveCompaction> getActiveCompactions() throws AccumuloException,
AccumuloSecurityException;
+ List<ActiveCompaction> getActiveCompactions(Predicate<String>
resourceGroupPredicate,
Review Comment:
I think that goal makes sense, I can update this PR to add
`List<ActiveCompaction> getActiveCompactions(Collection<ServerId> server)` and
I will open up a follow on issue or PR to clean up the API so it's more minimal
as suggested. I'll also look more into making listscans multithreaded.
--
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]