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 156C1DF40 for ; Sat, 1 Sep 2012 00:11:07 +0000 (UTC) Received: (qmail 39750 invoked by uid 500); 1 Sep 2012 00:11:07 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 39705 invoked by uid 500); 1 Sep 2012 00:11:07 -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 39633 invoked by uid 99); 1 Sep 2012 00:11:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Sep 2012 00:11:07 +0000 Date: Sat, 1 Sep 2012 11:11:07 +1100 (NCT) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: <1488598538.25870.1346458267686.JavaMail.jiratomcat@arcas> In-Reply-To: <362720343.31175.1324396050665.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-5076) HBase shell hangs when creating some 'illegal' tables. 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-5076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13446513#comment-13446513 ] Hudson commented on HBASE-5076: ------------------------------- Integrated in HBase-TRUNK #3296 (See [https://builds.apache.org/job/HBase-TRUNK/3296/]) HBASE-5076 HBase shell hangs when creating some 'illegal' tables (liang xie) (Revision 1379638) Result = FAILURE jmhsieh : Files : * /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/HTableDescriptor.java > HBase shell hangs when creating some 'illegal' tables. > ------------------------------------------------------ > > Key: HBASE-5076 > URL: https://issues.apache.org/jira/browse/HBASE-5076 > Project: HBase > Issue Type: Bug > Components: shell > Affects Versions: 0.92.0, 0.96.0, 0.94.1, 0.94.2 > Reporter: Jonathan Hsieh > Assignee: liang xie > Priority: Minor > Labels: patch > Fix For: 0.96.0 > > Attachments: HBASE-5076.patch > > > In hbase shell. These commands hang: > {code} > create 'hbase.version','foo' > create 'splitlog','foo' > {code} > Interestingly > {code} > create 'hbase.id','foo' > create existingtablename, 'foo' > create '.META.','foo' > create '-ROOT-','foo' > {code} > are properly rejected. > We should probably either rename to make the files illegal table names (hbase.version to .hbase.version and splitlog to .splitlog) or we could add more special cases. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira