Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 20003 invoked from network); 7 Nov 2010 18:36:57 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Nov 2010 18:36:57 -0000 Received: (qmail 79172 invoked by uid 500); 7 Nov 2010 18:37:28 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 78552 invoked by uid 500); 7 Nov 2010 18:37:27 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 78536 invoked by uid 99); 7 Nov 2010 18:37:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Nov 2010 18:37:27 +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; Sun, 07 Nov 2010 18:37:27 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oA7Ib6Yc009605 for ; Sun, 7 Nov 2010 18:37:06 GMT Message-ID: <9132003.64341289155026083.JavaMail.jira@thor> Date: Sun, 7 Nov 2010 13:37:06 -0500 (EST) From: "stack (JIRA)" To: issues@hbase.apache.org Subject: [jira] Updated: (HBASE-3112) Enable and disable of table needs a bit of loving in new master In-Reply-To: <22358713.145081287076713120.JavaMail.jira@thor> 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-3112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-3112: ------------------------- Attachment: 3112-v3.txt Add enable of a table. Still need to test. > Enable and disable of table needs a bit of loving in new master > --------------------------------------------------------------- > > Key: HBASE-3112 > URL: https://issues.apache.org/jira/browse/HBASE-3112 > Project: HBase > Issue Type: Bug > Reporter: stack > Assignee: stack > Priority: Critical > Fix For: 0.90.0 > > Attachments: 3112-v2.txt, 3112-v3.txt, 3112.txt > > > The tools are in place to do a more reliable enable/disable of tables. Some work has been done to hack in a basic enable/disable but its not enough -- see the test avro/thrift tests where a disable/enable/disable switchback can confuse the table state (and has been disabled until this issue addressed). > This issue is about finishing off enable/disable in the new master. I think we need to add to the table znode an enabling/disabling state rather than have them binary with a watcher that will stop an enable (or disable) starting until the previous completes (Currently we atomically switch the state though the region close/open lags -- some work in enable/disable handlers helps in that they won't complete till all regions have transitioned.. but its not enough). > Need to add tests too. > Marking issue critical bug because loads of the questions we get on lists are about enable/disable probs. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.