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:
[email protected]


Reply via email to