You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Wellington Chevreuil (Jira)" <ji...@apache.org> on 2021/05/19 18:05:00 UTC

[jira] [Commented] (HBASE-25885) [hbase-operator-tools] Extra checks on RegionsMerger to avoid submitting merge requests for regions with merge qualifiers

    [ https://issues.apache.org/jira/browse/HBASE-25885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17347810#comment-17347810 ] 

Wellington Chevreuil commented on HBASE-25885:
----------------------------------------------

Thanks for reviewing it, [~psomogyi]!

> [hbase-operator-tools] Extra checks on RegionsMerger to avoid submitting merge requests for regions with merge qualifiers
> -------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-25885
>                 URL: https://issues.apache.org/jira/browse/HBASE-25885
>             Project: HBase
>          Issue Type: Improvement
>          Components: hbase-operator-tools
>    Affects Versions: hbase-operator-tools-1.1.0
>            Reporter: Wellington Chevreuil
>            Assignee: Wellington Chevreuil
>            Priority: Major
>             Fix For: hbase-operator-tools-1.2.0
>
>
> When iterating over existing region over cycles to perform merges, RegionsMerger may try to merge two regions that had been recently merged and would then have still have a "merge" qualifier to sign these still refers to parent regions files. That means the request is useless, the created SCPs would be aborted right away once it finds the so called merge qualifiers. RegionsMerger should avoid submitting these attempts, by checking for merge qualifiers and skipping those that still have merge qualifiers.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)