saintstack commented on a change in pull request #18: HBASE-22567 - HBCK2 addMissingRegionsToMeta URL: https://github.com/apache/hbase-operator-tools/pull/18#discussion_r319308345
########## File path: hbase-hbck2/src/main/java/org/apache/hbase/HBCK2.java ########## @@ -87,6 +97,10 @@ private static final String BYPASS = "bypass"; private static final String VERSION = "version"; private static final String SET_REGION_STATE = "setRegionState"; + private static final String ADD_MISSING_REGIONS_IN_META_FOR_TABLES = + "addMissingRegionsInMetaForTables"; Review comment: Mainly, there is a fixMeta coming in to fix holes and overlaps. This is different. Suggested add FsRegionsMissingInMeta ? ---------------------------------------------------------------- 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
