Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 1930 invoked from network); 11 Jun 2008 19:05:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Jun 2008 19:05:45 -0000 Received: (qmail 96316 invoked by uid 500); 11 Jun 2008 19:05:48 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 96219 invoked by uid 500); 11 Jun 2008 19:05:48 -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 96203 invoked by uid 99); 11 Jun 2008 19:05:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jun 2008 12:05:48 -0700 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; Wed, 11 Jun 2008 19:04:57 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2B2EE234C13A for ; Wed, 11 Jun 2008 12:04:45 -0700 (PDT) Message-ID: <685664910.1213211085175.JavaMail.jira@brutus> Date: Wed, 11 Jun 2008 12:04:45 -0700 (PDT) From: "Jean-Daniel Cryans (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Updated: (HBASE-546) Use Zookeeper in HBase In-Reply-To: <1900020967.1206556165060.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-546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Daniel Cryans updated HBASE-546: ------------------------------------- Attachment: zookeeper-config.patch This is the kind of patch i was talking on IRC. Works on 2.2.1 With this, we would have to distribute Zookeeper with HBase. The processes would be started using start-hbase.sh as any other process. In HBase, we read the ZK server config (which would be in hbase-site.xml) and there you go, you know where to connect. > Use Zookeeper in HBase > ---------------------- > > Key: HBASE-546 > URL: https://issues.apache.org/jira/browse/HBASE-546 > Project: Hadoop HBase > Issue Type: Improvement > Reporter: Bryan Duxbury > Priority: Trivial > Attachments: zookeeper-config.patch > > > Zookeeper =~ Chubby. This means that we could take advantage of a distributed lock manager to coordinate things like failover masters, regionservers staying online when master is dead, atomic region->regionserver assignments, etc. There are a lot of opportunities for improvements here. Please add discussions of particular features in comments or sub-tasks. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.