jatsakthi commented on issue #1138: HBASE-22827 Expose multi-region merge in shell and Admin API URL: https://github.com/apache/hbase/pull/1138#issuecomment-584385796 @esteban , the current design supports backward compatibility of the just the 2 regions case just like how it used to be before. Adding on to it: - same syntax can be extended to provide n number of regions to merge - Also, this function would be able to take an array of regions as well, as a parameter and treat them similarly. So these commands are treated similarly: merge_region 'region_id1','region_id2' merge_region 'region_id1','region_id2','region_id3' merge_region ['region_id1','region_id2'] merge_region ['region_id1','region_id2','region_id3']
---------------------------------------------------------------- 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
