You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Mike Drob (JIRA)" <ji...@apache.org> on 2014/03/26 14:03:17 UTC

[jira] [Commented] (ACCUMULO-2554) MiniClutser Tests fail due to zookeeper

    [ https://issues.apache.org/jira/browse/ACCUMULO-2554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13947879#comment-13947879 ] 

Mike Drob commented on ACCUMULO-2554:
-------------------------------------

Clicking through to one of them yields the following exception message:

{noformat}
Zookeeper did not start within 20 seconds. Check the logs in /var/lib/jenkins/workspace/apache-accumulo-1.6/minicluster/target/mini-tests/org.apache.accumulo.minicluster.MiniAccumuloClusterTest/logs for errors.  Last exception: java.net.ConnectException: Connection refused
{noformat}

Going to that directory, I find an empty {{	ZooKeeperServerMain_1480462011.err}} and a single line in the {{.out}} file:
{noformat}
Listening for transport dt_socket at address: 33078
{noformat}

The port changes between runs, but I'm fairly sure that is expected. However, looking at {{conf/zoo.cfg}} I see:

{noformat}
#Wed Mar 26 05:38:18 PDT 2014
maxClientCnxns=1000
clientPort=26281
dataDir=/var/lib/jenkins/workspace/apache-accumulo-1.6/minicluster/target/mini-tests/org.apache.accumulo.minicluster.MiniAccumuloClusterTest/zookeeper
syncLimit=5
initLimit=10
tickTime=2000
{noformat}

So for some reason the ports don't match up.

> MiniClutser Tests fail due to zookeeper
> ---------------------------------------
>
>                 Key: ACCUMULO-2554
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2554
>             Project: Accumulo
>          Issue Type: Sub-task
>          Components: mini
>         Environment: Maven 3.0.4 on JDK 6u31 on Jenkins
>            Reporter: Mike Drob
>             Fix For: 1.6.0
>
>
> I've seen the following three tests fail multiple times over nightly builds.
> {noformat}
> Test Result (3 failures / +3)
> org.apache.accumulo.minicluster.MiniAccumuloClusterTest.org.apache.accumulo.minicluster.MiniAccumuloClusterTest
> org.apache.accumulo.minicluster.impl.MiniAccumuloClusterGCTest.org.apache.accumulo.minicluster.impl.MiniAccumuloClusterGCTest
> org.apache.accumulo.minicluster.impl.MiniAccumuloClusterImplTest.org.apache.accumulo.minicluster.impl.MiniAccumuloClusterImplTest
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)