Flavio Junqueira created ZOOKEEPER-1868:
-------------------------------------------
Summary: 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
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)