[
https://issues.apache.org/jira/browse/HBASE-21965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16799917#comment-16799917
]
Duo Zhang commented on HBASE-21965:
-----------------------------------
Obviously there are problems in MasterRpcServices.checkRegionStillProblematic.
We use an iterator for problemRegions, and then in the loop, we use
problemRegions.remove to remove entries.
And why is the enum name in lower case? It is an anti pattern.
Let me revert the patch here first, too many problems. Please fix these
problems and then commit again.
Thanks. [~tianjingyun] [~zghaobac].
> Fix failed split and merge transactions that have failed to roll back
> ---------------------------------------------------------------------
>
> Key: HBASE-21965
> URL: https://issues.apache.org/jira/browse/HBASE-21965
> Project: HBase
> Issue Type: Sub-task
> Reporter: Jingyun Tian
> Assignee: Jingyun Tian
> Priority: Major
> Fix For: 3.0.0, 2.3.0
>
> Attachments: HBASE-21965.master.001.patch,
> HBASE-21965.master.002.patch, HBASE-21965.master.003.patch,
> HBASE-21965.master.004.patch, HBASE-21965.master.005.patch,
> HBASE-21965.master.006.patch, HBASE-21965.master.007.patch,
> HBASE-21965.master.007.patch, HBASE-21965.master.008.patch,
> HBASE-21965.master.009.patch, HBASE-21965.master.010.patch,
> HBASE-21965.master.011.patch, HBASE-21965.master.012.patch
>
>
> Make HBCK2 be able to fix failed split and merge transactions that have
> failed to roll back.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)