ddanielr commented on issue #4782:
URL: https://github.com/apache/accumulo/issues/4782#issuecomment-2263557243
Overall, I think this ticket needs some additional discussion before it can
be worked.
The concept of a compaction queue is only used by external compactions which
makes handling this output a bit interesting.
Solving this may involve code that is exclusive to the `ec-admin` tool vs
the `listcompactions` functionality in the shell.
Instead of having this functionality split across two tools it might make
more sense to create a `accumulo compaction` top level tool that contains the
`listcompactions` functionality from the shell along with the current
`ec-admin`functionality.
Then in future accumulo versions, the logic can be removed while the usage
pattern for compaction debugging remains the same.
--
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]