[
https://issues.apache.org/jira/browse/HBASE-20997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16568844#comment-16568844
]
Ted Yu commented on HBASE-20997:
--------------------------------
I ran the test which took ~30 seconds.
{code}
+ @Test(timeout = 240000)
{code}
The timeout is very long, right ? You can shorten it.
{code}
+ TEST_UTIL.startMiniCluster(NUM_MASTERS, NUM_RS);
{code}
The existing test already does the above.
Can you refactor the test so that mini cluster is started only once ?
The test portion doesn't apply to master branch. It would be good to know
whether master branch needs to be fixed as well.
> rebuildUserRegions() does not build ReplicaMapping during master switchover
> ---------------------------------------------------------------------------
>
> Key: HBASE-20997
> URL: https://issues.apache.org/jira/browse/HBASE-20997
> Project: HBase
> Issue Type: Bug
> Components: master
> Affects Versions: 1.2.6, 1.3.2, 1.5.0, 1.4.6
> Reporter: huaxiang sun
> Assignee: huaxiang sun
> Priority: Major
> Attachments: HBASE-20997-branch-1-v1.patch,
> HBASE-20997-branch-1-v2.patch
>
>
> During master switchover, rebuildUserRegions() does not rebuild master
> in-memory defaultReplicaToOtherReplicas map. This puts the cluster in an
> inconsistent state. In read replica case, it causes replica parent region
> stay online without being unassigned.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)