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 1B85E116AA for ; Wed, 9 Jul 2014 20:15:06 +0000 (UTC) Received: (qmail 20900 invoked by uid 500); 9 Jul 2014 20:15:05 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 20796 invoked by uid 500); 9 Jul 2014 20:15:05 -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 20373 invoked by uid 99); 9 Jul 2014 20:15:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jul 2014 20:15:05 +0000 Date: Wed, 9 Jul 2014 20:15:05 +0000 (UTC) From: "John Vines (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-2985) MAC Can't start in 1.6.1-SNAPSHOT MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ACCUMULO-2985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14056695#comment-14056695 ] John Vines commented on ACCUMULO-2985: -------------------------------------- Broken in 652253e01119e5c0445359c649316aa2d21dd718, which is the first commit in minicluster's code since 1.6.0 > MAC Can't start in 1.6.1-SNAPSHOT > --------------------------------- > > Key: ACCUMULO-2985 > URL: https://issues.apache.org/jira/browse/ACCUMULO-2985 > Project: Accumulo > Issue Type: Bug > Components: mini > Reporter: John Vines > Priority: Blocker > Fix For: 1.6.1 > > > Using the following code to do some work- > {code}public class TestMACWithRealInstance { > public static void main(String args[]) throws IOException, AccumuloException, AccumuloSecurityException, TableExistsException, InterruptedException { > MiniAccumuloConfig macConfig = new MiniAccumuloConfig(new File("/tmp/mac"), "secret"); > macConfig.setNumTservers(2); > MiniAccumuloCluster mac = new MiniAccumuloCluster(macConfig); > mac.start(); > mac.getConnector("root", "secret").tableOperations().create("macCreated"); > mac.stop(); > } > } > {code} > It works fine against 1.6.0, but it seems broken against 01da4f4a8b14a125d3a2e29ef98dd044ab9ec75f with it waiting for ZK to start in perpetuity. -- This message was sent by Atlassian JIRA (v6.2#6252)