Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 90192 invoked from network); 28 Jul 2008 17:10:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Jul 2008 17:10:22 -0000 Received: (qmail 30930 invoked by uid 500); 28 Jul 2008 17:10:22 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 30920 invoked by uid 500); 28 Jul 2008 17:10:22 -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 30908 invoked by uid 99); 28 Jul 2008 17:10:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jul 2008 10:10:22 -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; Mon, 28 Jul 2008 17:09:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C15B9234C183 for ; Mon, 28 Jul 2008 10:09:31 -0700 (PDT) Message-ID: <2690366.1217264971790.JavaMail.jira@brutus> Date: Mon, 28 Jul 2008 10:09:31 -0700 (PDT) From: "Jim Kellerman (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Assigned: (HBASE-771) Names legal in 0.1 are not in 0.2; breaks migration In-Reply-To: <227476352.1216922011663.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-771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Kellerman reassigned HBASE-771: ----------------------------------- Assignee: Jim Kellerman > Names legal in 0.1 are not in 0.2; breaks migration > --------------------------------------------------- > > Key: HBASE-771 > URL: https://issues.apache.org/jira/browse/HBASE-771 > Project: Hadoop HBase > Issue Type: Bug > Reporter: stack > Assignee: Jim Kellerman > Priority: Blocker > Fix For: 0.2.0 > > Attachments: tablename-v2.patch > > > From the list: > {code} > 08/07/24 18:34:35 INFO v5.HLog: New log writer created at /user/sindice/log_1216920866949/hlog.dat.1216920874958 > 08/07/24 18:34:35 INFO v5.HLog: removing old log file /user/sindice/log_1216920866949/hlog.dat.0 whose highest sequence/edit id is 496415052 > 08/07/24 18:34:35 FATAL util.Migrate: Upgrade failed > java.lang.IllegalArgumentException: Illegal character <45>. User-space table names can only contain 'word characters':i.e. [a-zA-Z_0-9]: page-repository > at org.apache.hadoop.hbase.HTableDescriptor.isLegalTableName(HTableDescriptor.java:220) > at org.apache.hadoop.hbase.HTableDescriptor.(HTableDescriptor.java:130) > at org.apache.hadoop.hbase.util.Migrate.updateHRegionInfo(Migrate.java:266) > at org.apache.hadoop.hbase.util.Migrate$1$1.processRow(Migrate.java:244) > at org.apache.hadoop.hbase.util.migration.v5.MetaUtils.scanMetaRegion(MetaUtils.java:264) > at org.apache.hadoop.hbase.util.migration.v5.MetaUtils.scanMetaRegion(MetaUtils.java:237) > at org.apache.hadoop.hbase.util.Migrate$1.processRow(Migrate.java:241) > at org.apache.hadoop.hbase.util.migration.v5.MetaUtils.scanRootRegion(MetaUtils.java:211) > at org.apache.hadoop.hbase.util.Migrate.rewriteMetaHRegionInfo(Migrate.java:228) > at org.apache.hadoop.hbase.util.Migrate.migrateToV5(Migrate.java:209) > at org.apache.hadoop.hbase.util.Migrate.run(Migrate.java:187) > at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65) > at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:79) > at org.apache.hadoop.hbase.util.Migrate.main(Migrate.java:446) > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.