hbase/hbase-rest/src
stack ea08907e08 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-08 14:35:07 -07:00
..
main HBASE-22777 Add a multi-region merge (for fixing overlaps) 2019-08-08 14:35:07 -07:00
test HBASE-22231 Removed unused and '*' import 2019-04-24 09:09:11 +02:00