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


##########
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:
   @Apache9 Please take a look. I kept the old version support with reflection.



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