You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/05/31 16:08:27 UTC

[GitHub] [accumulo] ctubbsii commented on a diff in pull request #2748: Log error in Admin for no servers

ctubbsii commented on code in PR #2748:
URL: https://github.com/apache/accumulo/pull/2748#discussion_r885829909


##########
server/base/src/main/java/org/apache/accumulo/server/util/Admin.java:
##########
@@ -115,7 +115,7 @@ static class StopManagerCommand {}
   @Parameters(commandDescription = "stop the master (DEPRECATED -- use stopManager instead)")
   static class StopMasterCommand {}
 
-  @Parameters(commandDescription = "stop all the servers")
+  @Parameters(commandDescription = "stop all of the tablets servers and manager")

Review Comment:
   ```suggestion
     @Parameters(commandDescription = "stop all tablet servers and the manager")
   ```



-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org