[
https://issues.apache.org/jira/browse/HBASE-6147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289455#comment-13289455
]
Zhihong Ted Yu commented on HBASE-6147:
---------------------------------------
Nice start.
{code}
+ Thread.sleep(100);
+ waitedTimeForMasterInitialized += 100;
{code}
We don't know how long sleep() call may actually have taken. Better maintain
timing ourselves.
{code}
+ Thread.currentThread().interrupt();
+ throw new IOException("Interrupted", e);
{code}
InterruptedIOException should be created above.
> SSH and AM.joinCluster leads to region assignment inconsistency in many cases.
> ------------------------------------------------------------------------------
>
> Key: HBASE-6147
> URL: https://issues.apache.org/jira/browse/HBASE-6147
> Project: HBase
> Issue Type: Bug
> Affects Versions: 0.92.1, 0.94.0
> Reporter: ramkrishna.s.vasudevan
> Fix For: 0.92.3
>
> Attachments: HBASE-6147.patch
>
>
> We are facing few issues in the master restart and SSH going in parallel.
> Chunhui also suggested that we need to rework on this part. This JIRA is
> aimed at solving all such possibilities of region assignment inconsistency
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira