keith-turner commented on code in PR #5812:
URL: https://github.com/apache/accumulo/pull/5812#discussion_r2298512151


##########
server/base/src/main/java/org/apache/accumulo/server/util/Admin.java:
##########
@@ -673,6 +673,9 @@ private static void stopServers(final ServerContext 
context, List<String> server
 
     if (!hostOnly.isEmpty()) {
       // The old impl of this command with the old behavior
+      log.warn("Stopping by hostname is no longer supported\n\n"
+          + "please use <host:port> instead.\n"
+          + "Top stop all services on host, run 'accumulo admin serviceStatus' 
to list all host:port values for that host and pass those to 'accumulo admin 
stop'");

Review Comment:
   ```suggestion
             + "To stop all services on host, run 'accumulo admin 
serviceStatus' to list all host:port values and filter for that host and pass 
those to 'accumulo admin stop'");
   ```



-- 
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]

Reply via email to