[
https://issues.apache.org/jira/browse/HBASE-13040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14324655#comment-14324655
]
Ted Yu commented on HBASE-13040:
--------------------------------
+1
> Possible failure of TestHMasterRPCException
> -------------------------------------------
>
> Key: HBASE-13040
> URL: https://issues.apache.org/jira/browse/HBASE-13040
> Project: HBase
> Issue Type: Bug
> Components: test
> Affects Versions: 1.0.0, 2.0.0, 1.1.0
> Reporter: zhangduo
> Assignee: zhangduo
> Fix For: 2.0.0, 1.0.1, 1.1.0
>
> Attachments: HBASE-13040.patch, HBASE-13040_1.patch,
> HBASE-13040_2.patch
>
>
> When addressing HBASE-13011, TestHMasterRPCException failed twice in
> PreCommit Build.
> I found that the test itself has a problem. We start a HMaster, and then we
> continue calling isMasterRunning and expected a ServerNotRunningYetException.
> But it is possible that when we connect to HMaster, it has already finished
> initialization, and we just get a 'true' response instead of an
> Exception.(Just add a 'Thread.sleep(1000);' after 'HMaster hm = new
> HMaster(conf, cp);', you can get a stable failure).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)