Return-Path: Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: (qmail 8280 invoked from network); 18 May 2010 23:25:17 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 May 2010 23:25:17 -0000 Received: (qmail 1901 invoked by uid 500); 18 May 2010 23:25:17 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 1837 invoked by uid 500); 18 May 2010 23:25:17 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 1829 invoked by uid 500); 18 May 2010 23:25:17 -0000 Delivered-To: apmail-hadoop-hbase-dev@hadoop.apache.org Received: (qmail 1826 invoked by uid 99); 18 May 2010 23:25:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 May 2010 23:25:17 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 May 2010 23:25:15 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4INOrvg021734 for ; Tue, 18 May 2010 23:24:53 GMT Message-ID: <2111003.711274225093524.JavaMail.jira@thor> Date: Tue, 18 May 2010 19:24:53 -0400 (EDT) From: "Jean-Daniel Cryans (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Resolved: (HBASE-2539) Cannot start ZK before the rest in tests anymore In-Reply-To: <10270260.7191273700082857.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-2539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Daniel Cryans resolved HBASE-2539. --------------------------------------- Hadoop Flags: [Reviewed] Resolution: Fixed Committed to trunk, thanks for looking at it Stack. > Cannot start ZK before the rest in tests anymore > ------------------------------------------------ > > Key: HBASE-2539 > URL: https://issues.apache.org/jira/browse/HBASE-2539 > Project: Hadoop HBase > Issue Type: Bug > Reporter: Jean-Daniel Cryans > Assignee: Jean-Daniel Cryans > Fix For: 0.21.0 > > Attachments: HBASE-2539-v2.patch, HBASE-2539.patch > > > HBASE-2414 added a coarse check to see if the test cluster is up, but that prevents from starting ZK before everything else. Needed for replication's unit testing. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.