daisukebe commented on a change in pull request #45: HBASE-23371 [HBCK2]
Provide client side method for removing ghost regions in meta.
URL:
https://github.com/apache/hbase-operator-tools/pull/45#discussion_r354789898
##########
File path: hbase-hbck2/src/main/java/org/apache/hbase/HBCK2.java
##########
@@ -99,8 +97,10 @@
private static final String ADD_MISSING_REGIONS_IN_META_FOR_TABLES =
"addFsRegionsMissingInMeta";
- private static final String ADD_MISSING_REGIONS_IN_META =
"addMissingRegionsInMeta";
private static final String REPORT_MISSING_REGIONS_IN_META =
"reportMissingRegionsInMeta";
+ static final String REMOVE_EXTRA_REGIONS_IN_META_FROM_TABLES =
+ "removeExtraRegionsFromMeta";
+ static final String REPORT_EXTRA_REGIONS_IN_META =
"reportExtraRegionsInMeta";
Review comment:
People in the real world, including me, are still using hbck1 as a trusted
report to deal with inconsistencies. Good to have this functionality in HBCK2
too!
----------------------------------------------------------------
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