dlmarion commented on code in PR #4465:
URL: https://github.com/apache/accumulo/pull/4465#discussion_r1568742637
##########
server/base/src/main/java/org/apache/accumulo/server/util/Admin.java:
##########
@@ -106,6 +106,15 @@ static class AdminOpts extends ServerUtilOpts {
boolean force = false;
}
+ @Parameters(commandDescription = "Compaction Temp Files Utility")
+ static class FindCompactionTmpFilesCommand {
Review Comment:
I wonder if you could just reuse FindCompactionTmpFiles.Opts. If you did
this, then you could refactor FindCompactionTmpFiles.main and move most of the
logic to a new method `FindCompactionTmpFiles.execute(Opts)`.
--
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]