You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "John Vines (JIRA)" <ji...@apache.org> on 2014/01/31 21:40:14 UTC

[jira] [Created] (ACCUMULO-2302) MAC based tests sometimes fail with port conflict

John Vines created ACCUMULO-2302:
------------------------------------

             Summary: MAC based tests sometimes fail with port conflict
                 Key: ACCUMULO-2302
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2302
             Project: Accumulo
          Issue Type: Bug
          Components: test
            Reporter: John Vines


Noticed when running multiple forks of operations. Saw a ReadWriteIT fail, checked the ZK logs and it failed because the port was in use.  Relevant stack trace-
{code}localityGroupPerf(org.apache.accumulo.test.functional.ReadWriteIT)  Time elapsed: 10.391 sec  <<< ERROR!
534 java.lang.RuntimeException: Zookeeper did not start within 10 seconds . Check the logs in /home/john/workspace/accumulo-1.6/test/target/mini-tests/org.apache    .accumulo.test.functional.ReadWriteIT_localityGroupPerf/logs for errors.
535   at org.apache.accumulo.minicluster.impl.MiniAccumuloClusterImpl.start(MiniAccumuloClusterImpl.java:454)
536   at org.apache.accumulo.test.functional.ConfigurableMacIT.setUp(ConfigurableMacIT.java:51)
537   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
538   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
539   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
{code}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)