petersomogyi commented on code in PR #152:
URL:
https://github.com/apache/hbase-operator-tools/pull/152#discussion_r2390758419
##########
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:
This is a compatibility check for the Hbck interface for the commands
availability. When the server does not have the specified command it will
thrown and UnsupportedOperationException to the operator but it can be ignored
with the skip flag.
The scheduleServerCrashProcedure got deprecated in 2.2.1 so older HBase
verisons will not be compatible with this HBCK.
--
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]