Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 14186 invoked from network); 13 Jun 2008 03:21:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Jun 2008 03:21:36 -0000 Received: (qmail 32883 invoked by uid 500); 13 Jun 2008 03:21:38 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 32866 invoked by uid 500); 13 Jun 2008 03:21:38 -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 32849 invoked by uid 99); 13 Jun 2008 03:21:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jun 2008 20:21:38 -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; Fri, 13 Jun 2008 03:20:57 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 28AFA234C141 for ; Thu, 12 Jun 2008 20:20:45 -0700 (PDT) Message-ID: <819101070.1213327245163.JavaMail.jira@brutus> Date: Thu, 12 Jun 2008 20:20:45 -0700 (PDT) From: "Jim Kellerman (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Commented: (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:comment-tabpanel&focusedCommentId=12604727#action_12604727 ] Jim Kellerman commented on HBASE-546: ------------------------------------- ZK integration is post 0.2. as we are trying to wrap up the enough of the nasty issues so we can release something that works with hadoop 0.17 > 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.