[ https://issues.apache.org/jira/browse/HBASE-13040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14325045#comment-14325045 ]
Hudson commented on HBASE-13040: -------------------------------- FAILURE: Integrated in HBase-TRUNK #6142 (See [https://builds.apache.org/job/HBase-TRUNK/6142/]) HBASE-13040 Possible failure of TestHMasterRPCException (Zhang Duo) (stack: rev 54d70e61bf06109ec8f129fb6b21461aa51d20d0) * hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestHMasterRPCException.java > 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)