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 2015/05/25 01:27:17 UTC

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

    [ https://issues.apache.org/jira/browse/ZOOKEEPER-1868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14557887#comment-14557887 ] 

Michi Mutsuzaki commented on ZOOKEEPER-1868:
--------------------------------------------

[~fpj] let us know if you are still seeing this issue.

> 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.3.4#6332)