keith-turner commented on code in PR #5922:
URL: https://github.com/apache/accumulo/pull/5922#discussion_r2372911265
##########
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:
This PR is against 2.1, thought it was for main. So comment may not be
relevant.
--
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]