keith-turner commented on code in PR #5439:
URL: https://github.com/apache/accumulo/pull/5439#discussion_r2060238955
##########
server/base/src/main/java/org/apache/accumulo/server/util/ZooZap.java:
##########
@@ -80,8 +89,21 @@ static class Opts extends Help {
boolean zapCompactors = false;
@Parameter(names = "-sservers", description = "remove scan server locks")
boolean zapScanServers = false;
+ @Parameter(names = "--gc", description = "remove gc server locks")
+ boolean zapGc = false;
+ @Parameter(names = "--monitor", description = "remove monitor server
locks")
+ boolean zapMonitor = false;
Review Comment:
Maybe ZooZap should have a `--all` option.
--
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]