Details
Description
MergeTableRegionProcedure does two regions at a time only. We have hardcoded notion that merge has an 'A' and 'B' parent.
This issue is about making it so we merge N regions all in the one go. We need this facility generally; will simplify operator's life being able to merge up in one go rather than in steps of two. In particular, would make fixing overlaps easier if could just merge all regions in the overlapping area.
Attachments
Attachments
Issue Links
- breaks
-
HBASE-23044 CatalogJanitor#cleanMergeQualifier may clean wrong parent regions
- Resolved
- causes
-
HBASE-23119 ArrayIndexOutOfBoundsException in PrivateCellUtil#qualifierStartsWith
- Resolved
- relates to
-
HBASE-22827 Expose multi-region merge in shell and Admin API
- Resolved
- links to