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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17191676#comment-17191676 ] 

Viraj Jasani commented on HBASE-24988:
--------------------------------------

Merged changes to branch-1. Thanks [~mnpoonia].

> 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
>
> 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)