Sneha Kanekar created ZOOKEEPER-2717:
----------------------------------------
Summary: org.apache.zookeeper.server.quorum.RaceConditionTest
fails intermittently
Key: ZOOKEEPER-2717
URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2717
Project: ZooKeeper
Issue Type: Bug
Components: quorum, server
Affects Versions: 3.6.0
Environment: Linux 6945c232192e 3.16.0-30-generic #40~14.04.1-Ubuntu
SMP Thu Jan 15 17:42:36 UTC 2015 ppc64le ppc64le ppc64le GNU/Linux
Reporter: Sneha Kanekar
The test-suite org.apache.zookeeper.server.quorum.RaceConditionTest fails
intermittently on ppc64le with following error message:
{code:borderStyle=solid}
org.apache.zookeeper.server.quorum.RaceConditionTest.testRaceConditionBetweenLeaderAndAckRequestProcessor
Stacktrace:
Leader failed to transition to new state. Current state is leading
junit.framework.AssertionFailedError: Leader failed to transition to new state.
Current state is leading
at
org.apache.zookeeper.server.quorum.RaceConditionTest.testRaceConditionBetweenLeaderAndAckRequestProcessor(RaceConditionTest.java:82)
at
org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:79)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.lang.Thread.run(Thread.java:745)
{code}
Also I have attached the standard output log file.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)