You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Mingliang Liu (JIRA)" <ji...@apache.org> on 2018/08/22 18:00:00 UTC

[jira] [Created] (HBASE-21096) TestZKSecretWatcher::testKeyUpdate() fails intermittently on branch-2

Mingliang Liu created HBASE-21096:
-------------------------------------

             Summary: TestZKSecretWatcher::testKeyUpdate() fails intermittently on branch-2
                 Key: HBASE-21096
                 URL: https://issues.apache.org/jira/browse/HBASE-21096
             Project: HBase
          Issue Type: Bug
          Components: test, Zookeeper
    Affects Versions: 2.1.1
            Reporter: Mingliang Liu


Failing Jenkins and the error message is like:
{code}
[ERROR] Failures: 
[ERROR] org.apache.hadoop.hbase.security.token.TestZKSecretWatcher.testKeyUpdate(org.apache.hadoop.hbase.security.token.TestZKSecretWatcher)
[ERROR]   Run 1: TestZKSecretWatcher.testKeyUpdate:185 expected null, but was:<AuthenticationKey[ id=2, expiration=9223372036854775807 ]>
[ERROR]   Run 2: TestZKSecretWatcher.testKeyUpdate:154 expected:<AuthenticationKey[ id=5, expiration=9223372036854775807 ]> but was:<AuthenticationKey[ id=4, expiration=9223372036854775807 ]>
[ERROR]   Run 3: TestZKSecretWatcher.testKeyUpdate:154 expected:<AuthenticationKey[ id=6, expiration=9223372036854775807 ]> but was:<AuthenticationKey[ id=4, expiration=9223372036854775807 ]>
{code}

It can pass locally for multiple runs. Reported also by [HBASE-21074] in [comment|https://issues.apache.org/jira/browse/HBASE-21074?focusedCommentId=16588200&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-16588200].



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)