hbase/hbase-client
stack 1b168cd6de HBASE-22777 Add a multi-region merge (for fixing overlaps)
Makes MergeTableRegionsProcedure do more than just two regions at a
time. Compatible as MTRP was done considering one day it'd do more than
two at a time.

Changes hardcoded assumption that merge parent regions are named
mergeA and mergeB in a column on the resultant region. Instead
can have N columns on the merged region, one for each parent
merged. Column qualifiers all being with 'merge'.

Most of code below is undoing the assumption that there are two
parents on a merge only.
2019-08-07 15:22:07 -07:00
..
src HBASE-22777 Add a multi-region merge (for fixing overlaps) 2019-08-07 15:22:07 -07:00
pom.xml HBASE-22449 https everywhere in Maven metadata (#247) 2019-05-21 12:34:25 -07:00