You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Adam Fuchs (JIRA)" <ji...@apache.org> on 2014/10/27 23:03:34 UTC

[jira] [Created] (ACCUMULO-3269) nondeterministic failure of MiniAccumuloClusterStartStopTest

Adam Fuchs created ACCUMULO-3269:
------------------------------------

             Summary: nondeterministic failure of MiniAccumuloClusterStartStopTest
                 Key: ACCUMULO-3269
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3269
             Project: Accumulo
          Issue Type: Bug
            Reporter: Adam Fuchs


When building in master (mvn package -P assemble) I got the following error. Ran the build again (also mvn package -P assemble, with no clean inbetween) and the whole build succeeded.

{code}
Running org.apache.accumulo.minicluster.MiniAccumuloClusterStartStopTest
Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 31.103 sec <<< FAILURE! - in org.apache.accumulo.minicluster.MiniAccumuloClusterStartStopTest
multipleStopsIsAllowed(org.apache.accumulo.minicluster.MiniAccumuloClusterStartStopTest)  Time elapsed: 20.016 sec  <<< ERROR!
org.apache.accumulo.minicluster.impl.ZooKeeperBindException: Zookeeper did not start within 20 seconds. Check the logs in /tmp/junit1360063600921880650/logs for errors.  Last exception: java.net.ConnectException: Connection refused
	at org.apache.accumulo.minicluster.impl.MiniAccumuloClusterImpl.start(MiniAccumuloClusterImpl.java:548)
	at org.apache.accumulo.minicluster.MiniAccumuloCluster.start(MiniAccumuloCluster.java:72)
	at org.apache.accumulo.minicluster.MiniAccumuloClusterStartStopTest.multipleStopsIsAllowed(MiniAccumuloClusterStartStopTest.java:57)
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)