You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Michi Mutsuzaki (JIRA)" <ji...@apache.org> on 2014/02/12 03:36:20 UTC

[jira] [Updated] (ZOOKEEPER-1868) Server not coming back up in QuorumZxidSyncTest

     [ https://issues.apache.org/jira/browse/ZOOKEEPER-1868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michi Mutsuzaki updated ZOOKEEPER-1868:
---------------------------------------

    Fix Version/s:     (was: 3.4.6)
                   3.4.7

> Server not coming back up in QuorumZxidSyncTest
> -----------------------------------------------
>
>                 Key: ZOOKEEPER-1868
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1868
>             Project: ZooKeeper
>          Issue Type: Sub-task
>            Reporter: Flavio Junqueira
>             Fix For: 3.4.7
>
>         Attachments: QuorumZxidSyncTest-output.txt
>
>
> We got this stack trace:
> {noformat}
> [junit] 2014-01-27 09:14:08,481 [myid:] - INFO  [main:ZKTestCase$1@65] - FAILED testLateLogs
>     [junit] java.lang.AssertionError: waiting for server up
>     [junit] 	at org.junit.Assert.fail(Assert.java:91)
>     [junit] 	at org.junit.Assert.assertTrue(Assert.java:43)
>     [junit] 	at org.apache.zookeeper.test.QuorumBase.startServers(QuorumBase.java:188)
>     [junit] 	at org.apache.zookeeper.test.QuorumBase.startServers(QuorumBase.java:113)
>     [junit] 	at org.apache.zookeeper.test.QuorumZxidSyncTest.testLateLogs(QuorumZxidSyncTest.java:116)
> {noformat}
> which occurs here, when we stop the servers and restart them.
> {noformat}
> qb.shutdownServers();
> qb.startServers();
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)