You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Viraj Jasani (Jira)" <ji...@apache.org> on 2020/09/07 12:17:01 UTC

[jira] [Resolved] (HBASE-24988) Donot merge regions if they are non adjacent in MergeNormalizationPlan.execute

     [ https://issues.apache.org/jira/browse/HBASE-24988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Viraj Jasani resolved HBASE-24988.
----------------------------------
    Fix Version/s: 1.7.0
     Hadoop Flags: Reviewed
       Resolution: Fixed

> 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
>            Priority: Minor
>             Fix For: 1.7.0
>
>
> 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)