Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 81072 invoked from network); 2 May 2008 23:54:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 May 2008 23:54:47 -0000 Received: (qmail 15955 invoked by uid 500); 2 May 2008 23:54:48 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 15938 invoked by uid 500); 2 May 2008 23:54: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 15927 invoked by uid 99); 2 May 2008 23:54:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 May 2008 16:54: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; Fri, 02 May 2008 23:54:03 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id AEB59234C116 for ; Fri, 2 May 2008 16:50:55 -0700 (PDT) Message-ID: <1526144874.1209772255714.JavaMail.jira@brutus> Date: Fri, 2 May 2008 16:50:55 -0700 (PDT) From: "Jim Kellerman (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Updated: (HBASE-478) offlining of table does not run reliably In-Reply-To: <1576803409.1204323112069.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-478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Kellerman updated HBASE-478: -------------------------------- Fix Version/s: (was: 0.2.0) Status: Patch Available (was: Open) Patch for 0.1.2. Passes local tests and enable/disable now work reliably. Please review. > offlining of table does not run reliably > ---------------------------------------- > > Key: HBASE-478 > URL: https://issues.apache.org/jira/browse/HBASE-478 > Project: Hadoop HBase > Issue Type: Bug > Reporter: stack > Assignee: Jim Kellerman > Priority: Critical > Fix For: 0.1.2 > > Attachments: 478-0.1.patch > > > I have a table of 4 regions made w/ PE. I cannot reliably offline it. I'm using 'disable TestTable' and have traced it to ensure its not a problem in hql. What I see is that one region will get the offlined mark or maybe two.. but never all. > Jim in IRC suggested that if we did the .TABLE. catalog table, offlining the entry there might be more reliable than trying to offline all regions in a table. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.