keith-turner commented on PR #4566: URL: https://github.com/apache/accumulo/pull/4566#issuecomment-2116124841
The existing `listcompactions` command in the shell could have a new option that takes a table compaction id. This would allow listing all table compactions and then listing all the running compactions for a specific table compaction. Added the method `TableCompaction getTableCompaction(TableCompactionId tcid)` to `InstanceOperations` in this draft to support that use case. -- 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]
