Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8B33C712F for ; Fri, 22 Jul 2011 22:21:34 +0000 (UTC) Received: (qmail 73459 invoked by uid 500); 22 Jul 2011 22:21:34 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 73400 invoked by uid 500); 22 Jul 2011 22:21:33 -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 73392 invoked by uid 99); 22 Jul 2011 22:21:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jul 2011 22:21:33 +0000 X-ASF-Spam-Status: No, hits=-2001.1 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jul 2011 22:21:31 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 9A5C036ADD for ; Fri, 22 Jul 2011 22:21:09 +0000 (UTC) Date: Fri, 22 Jul 2011 22:21:09 +0000 (UTC) From: "Nicolas Spiegelberg (JIRA)" To: issues@hbase.apache.org Message-ID: <1216917820.161.1311373269628.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <111361737.15600.1311367737810.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HBASE-4127) HBaseAdmin : Don't modify table's name away MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-4127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Spiegelberg updated HBASE-4127: --------------------------------------- Attachment: HBASE-4127.patch > HBaseAdmin : Don't modify table's name away > ------------------------------------------- > > Key: HBASE-4127 > URL: https://issues.apache.org/jira/browse/HBASE-4127 > Project: HBase > Issue Type: Bug > Components: client, master > Affects Versions: 0.92.0 > Reporter: Nicolas Spiegelberg > Assignee: Nicolas Spiegelberg > Priority: Blocker > Attachments: HBASE-4127.patch > > > One of the developers was using the default constructor for HTableDescriptor, which is sadly a bad constructor that should never be used. It made the tablename empty in META & caused an ERROR cycle as region onlining kept failing. We should have never let this happen. Don't do table modifications if the HTableDescriptor name doesn't match the table name passed in. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira