Aman Poonia created HBASE-24988:
-----------------------------------
Summary: Donot merge regions if they are non adjacent in
MergeNormalizationPlan.execute
Key: HBASE-24988
URL: https://issues.apache.org/jira/browse/HBASE-24988
Project: HBase
Issue Type: Bug
Affects Versions: 1.6.0
Reporter: Aman Poonia
Assignee: Aman Poonia
Currently when we have MergeNormalizationPlan we do a force merge in execute
method
{code:java}
// code placeholder
admin.mergeRegions(firstRegion.getEncodedNameAsBytes(),
secondRegion.getEncodedNameAsBytes(), true);
{code}
Since we do not expect these regions to be non adjacent it is better to not
force merge and be on safe side.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)