saintstack commented on a change in pull request #11: HBASE-21322 Add a 
scheduleServerCrashProcedure() API to HbckService
URL: 
https://github.com/apache/hbase-operator-tools/pull/11#discussion_r304211667
 
 

 ##########
 File path: hbase-hbck2/src/main/java/org/apache/hbase/HBCK2.java
 ##########
 @@ -339,15 +360,22 @@ private static String getCommandUsage() {
     writer.println("     $ HBCK2 setTableState users ENABLED");
     writer.println("   Returns whatever the previous table state was.");
     writer.println();
+    writer.println(" " + SCHEDULE_SCP + " <SERVERNAME>...");
+    writer.println("   Schedule ServerCrashProcedure(SCP) for list of 
RegionServers. Format");
 
 Review comment:
   It actual can do a list of servers.... it submits them all in the one lump 
(see test).

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to