You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2021/04/22 11:12:23 UTC

[GitHub] [hbase-operator-tools] wchevreuil commented on a change in pull request #84: HBASE-25659 [hbck2] Add hbase-operator-tools command for scheduleSCPsForUnknownServers

wchevreuil commented on a change in pull request #84:
URL: https://github.com/apache/hbase-operator-tools/pull/84#discussion_r618305139



##########
File path: hbase-hbck2/src/main/java/org/apache/hbase/HBCK2.java
##########
@@ -659,6 +668,16 @@ private static void usageScheduleRecoveries(PrintWriter writer) {
     writer.println("   Command support added in hbase versions 2.0.3, 2.1.2, 2.2.0 or newer.");
   }
 
+  private static void usageRecoverUnknown(PrintWriter writer) {
+    writer.println(" " + RECOVER_UNKNOWN);
+    writer.println("   Schedule ServerCrashProcedure(SCP) RegionServers that are reported");

Review comment:
       nit: "Schedule ServerCrashProcedure(SCP) for RegionServers..."




-- 
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:
users@infra.apache.org