Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6D2E4175F4 for ; Mon, 27 Oct 2014 22:03:34 +0000 (UTC) Received: (qmail 85730 invoked by uid 500); 27 Oct 2014 22:03:34 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 85691 invoked by uid 500); 27 Oct 2014 22:03:34 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 85680 invoked by uid 99); 27 Oct 2014 22:03:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Oct 2014 22:03:34 +0000 Date: Mon, 27 Oct 2014 22:03:34 +0000 (UTC) From: "Adam Fuchs (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (ACCUMULO-3269) nondeterministic failure of MiniAccumuloClusterStartStopTest MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 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)