[
https://issues.apache.org/jira/browse/ZOOKEEPER-1870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13941226#comment-13941226
]
Raul Gutierrez Segales commented on ZOOKEEPER-1870:
---------------------------------------------------
I just got a failure with this patch after 44 iterations:
{noformat}
junit.run:
[junit] WARNING: multiple versions of ant detected in path for junit
[junit]
jar:file:/usr/share/java/ant/ant.jar!/org/apache/tools/ant/Project.class
[junit] and
jar:file:/usr/share/ant/lib/ant.jar!/org/apache/tools/ant/Project.class
[junit] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=utf8
[junit] Running org.apache.zookeeper.server.quorum.StandaloneDisabledTest
[junit] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed:
61.398 sec
{noformat}
I was running without -Dtest.output=yes, alas :-(. Will run again with
-Dtest.output=yes.
> flakey test in StandaloneDisabledTest.startSingleServerTest
> -----------------------------------------------------------
>
> Key: ZOOKEEPER-1870
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1870
> Project: ZooKeeper
> Issue Type: Bug
> Components: tests
> Affects Versions: 3.5.0
> Reporter: Patrick Hunt
> Assignee: Helen Hastings
> Priority: Critical
> Attachments: ZOOKEEPER-1870.patch
>
>
> I'm seeing lots of the following failure. Seems like a flakey test (passes
> every so often).
> {noformat}
> junit.framework.AssertionFailedError: client could not connect to
> reestablished quorum: giving up after 30+ seconds.
> at
> org.apache.zookeeper.test.ReconfigTest.testNormalOperation(ReconfigTest.java:143)
> at
> org.apache.zookeeper.server.quorum.StandaloneDisabledTest.startSingleServerTest(StandaloneDisabledTest.java:75)
> at
> org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:52)
> {noformat}
> I've found 3 problems:
> 1. QuorumCnxManager.Listener.run() leaks the socket depending on when the
> shutdown flag gets set.
> 2. QuorumCnxManager.halt() doesn't wait for the listener to terminate.
> 3. QuorumPeer.shuttingDownLE flag doesn't get reset when restarting the
> leader election.
--
This message was sent by Atlassian JIRA
(v6.2#6252)