Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
hbase-operator-tools-1.1.0
-
None
Description
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.
Attachments
Issue Links
- links to