Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 6080 invoked from network); 6 Mar 2009 02:36:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Mar 2009 02:36:17 -0000 Received: (qmail 81597 invoked by uid 500); 6 Mar 2009 02:36:17 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 81588 invoked by uid 500); 6 Mar 2009 02:36:17 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 81577 invoked by uid 99); 6 Mar 2009 02:36:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Mar 2009 18:36:17 -0800 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Mar 2009 02:36:16 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2ABED234C4A9 for ; Thu, 5 Mar 2009 18:35:56 -0800 (PST) Message-ID: <1840998721.1236306956173.JavaMail.jira@brutus> Date: Thu, 5 Mar 2009 18:35:56 -0800 (PST) From: "Nitay Joffe (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Updated: (HBASE-1244) ZooKeeperWrapper constants cleanup In-Reply-To: <278187972.1236306716214.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-1244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nitay Joffe updated HBASE-1244: ------------------------------- Attachment: hbase-1244.patch - Move constants from HConstants to ZooKeeperWrapper. - Update initialization of ZooKeeperWrapper. Don't need to store parent ZNode as an instance variable after it's been used to find the paths we need. > ZooKeeperWrapper constants cleanup > ---------------------------------- > > Key: HBASE-1244 > URL: https://issues.apache.org/jira/browse/HBASE-1244 > Project: Hadoop HBase > Issue Type: Improvement > Reporter: Nitay Joffe > Priority: Trivial > Fix For: 0.19.2 > > Attachments: hbase-1244.patch > > > A lot of the ZooKeeper constants in HConstants are only used in one place. We should remove them from there and directly put them in. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.