Apache9 commented on code in PR #152:
URL: 
https://github.com/apache/hbase-operator-tools/pull/152#discussion_r2390773794


##########
hbase-hbck2/src/main/java/org/apache/hbase/HBCK2.java:
##########
@@ -118,7 +116,7 @@ public class HBCK2 extends Configured implements 
org.apache.hadoop.util.Tool {
         put(SET_TABLE_STATE, Arrays.asList("setTableStateInMeta"));
         put(BYPASS, Arrays.asList("bypassProcedure"));
         put(SCHEDULE_RECOVERIES,
-          Arrays.asList("scheduleServerCrashProcedure", 
"scheduleServerCrashProcedures"));
+          Arrays.asList("scheduleServerCrashProcedures"));

Review Comment:
   Then I think if we still want HBCK to support hbase 2.2.1-, we should keep 
this command here? For newer hbase versions, we could use 
scheduleServerCrashProcedures?



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