You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Raul Gutierrez Segales (JIRA)" <ji...@apache.org> on 2015/04/30 23:46:07 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=14522330#comment-14522330 ] 

Raul Gutierrez Segales commented on ZOOKEEPER-1868:
---------------------------------------------------

Hi [~fpj],

is this still happening for you? A few things have been merged to the 3.4 branch, so maybe it went away. 

> 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)