Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 57823 invoked from network); 30 Oct 2009 23:57:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Oct 2009 23:57:22 -0000 Received: (qmail 4918 invoked by uid 500); 30 Oct 2009 23:57:22 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 4867 invoked by uid 500); 30 Oct 2009 23:57:21 -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 4857 invoked by uid 99); 30 Oct 2009 23:57:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Oct 2009 23:57:21 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI 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, 30 Oct 2009 23:57:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 61D1C234C045 for ; Fri, 30 Oct 2009 16:56:59 -0700 (PDT) Message-ID: <1471338016.1256947019391.JavaMail.jira@brutus> Date: Fri, 30 Oct 2009 23:56:59 +0000 (UTC) From: "stack (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Updated: (HBASE-1730) Near-instantaneous online schema and table state updates In-Reply-To: <887522381.1249069215874.JavaMail.jira@brutus> 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/HBASE-1730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-1730: ------------------------- Attachment: 1730.patch Started in on HCD. Added test for new serialization. Depends on jackson 1.0.1. Long way from finished. This work might have us move from ruby map representations to JSON in UI, shell and in znode. Will see. Shouldn't be prob. really since HRegionInfo will no longer be shown in shell as much since it will no longer be in .META. when this work is done. > Near-instantaneous online schema and table state updates > -------------------------------------------------------- > > Key: HBASE-1730 > URL: https://issues.apache.org/jira/browse/HBASE-1730 > Project: Hadoop HBase > Issue Type: Improvement > Reporter: Andrew Purtell > Assignee: stack > Fix For: 0.21.0 > > Attachments: 1730.patch > > > We should not need to take a table offline to update HCD or HTD. > One option for that is putting HTDs and HCDs up into ZK, with mirror on disk catalog tables to be used only for cold init scenarios, as discussed on IRC. In this scheme, regionservers hosting regions of a table would watch permanent nodes in ZK associated with that table for schema updates and take appropriate actions out of the watcher. In effect, schema updates become another item in the ToDo list. > {{/hbase/tables//schema}} > Must be associated with a write locking scheme also handled with ZK primitives to avoid situations where one concurrent update clobbers another. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.