[
https://issues.apache.org/jira/browse/HBASE-11080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ted Yu resolved HBASE-11080.
----------------------------
Resolution: Cannot Reproduce
> TestZKSecretWatcher#testKeyUpdate occasionally fails
> ----------------------------------------------------
>
> Key: HBASE-11080
> URL: https://issues.apache.org/jira/browse/HBASE-11080
> Project: HBase
> Issue Type: Test
> Affects Versions: 0.98.1
> Reporter: Ted Yu
> Priority: Minor
>
> From
> https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/280/testReport/junit/org.apache.hadoop.hbase.security.token/TestZKSecretWatcher/testKeyUpdate/
> :
> {code}
> java.lang.AssertionError
> at org.junit.Assert.fail(Assert.java:86)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at org.junit.Assert.assertNotNull(Assert.java:621)
> at org.junit.Assert.assertNotNull(Assert.java:631)
> at
> org.apache.hadoop.hbase.security.token.TestZKSecretWatcher.testKeyUpdate(TestZKSecretWatcher.java:221)
> {code}
> Here is the assertion that failed:
> {code}
> assertNotNull(newMaster);
> {code}
> Looks like new master did not come up within 5 tries.
> One potential fix is to increase the number of attempts.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)