saintstack commented on a change in pull request #11: HBASE-21322 Add a scheduleServerCrashProcedure() API to HbckService URL: https://github.com/apache/hbase-operator-tools/pull/11#discussion_r304584934
########## File path: hbase-hbck2/src/main/java/org/apache/hbase/HBCK2.java ########## @@ -88,6 +91,7 @@ private static final String FILESYSTEM = "filesystem"; private static final String VERSION = "version"; private static final String SET_REGION_STATE = "setRegionState"; + private static final String SCHEDULE_SCP = "serverCrashProcedures"; Review comment: Called it scheduleRecoveries (to match other commands which are plural to reflect they can do bulk) ---------------------------------------------------------------- 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] With regards, Apache Git Services
