ddanielr commented on code in PR #5922:
URL: https://github.com/apache/accumulo/pull/5922#discussion_r2372949187
##########
server/base/src/main/java/org/apache/accumulo/server/util/Admin.java:
##########
@@ -130,17 +132,20 @@ static class CheckTabletsCommand extends SubCommandOpts {
String tableName = null;
}
- @Parameters(commandDescription = "stop the manager")
+ @Parameters(commandNames = "stopManager", commandDescription = "stop the
manager")
static class StopManagerCommand extends SubCommandOpts {}
@Deprecated(since = "2.1.0")
- @Parameters(commandDescription = "stop the master (DEPRECATED -- use
stopManager instead)")
+ @Parameters(commandNames = "stopMaster",
Review Comment:
Yeah I planned to merge this forward and can create a second PR for any
differences in main.
--
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]