Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 31493 invoked from network); 19 Oct 2007 16:57:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Oct 2007 16:57:13 -0000 Received: (qmail 30499 invoked by uid 500); 19 Oct 2007 16:57:00 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 30468 invoked by uid 500); 19 Oct 2007 16:57:00 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 30459 invoked by uid 99); 19 Oct 2007 16:57:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Oct 2007 09:57:00 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Oct 2007 16:57:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D47B271420A for ; Fri, 19 Oct 2007 09:56:50 -0700 (PDT) Message-ID: <30016255.1192813010867.JavaMail.jira@brutus> Date: Fri, 19 Oct 2007 09:56:50 -0700 (PDT) From: "Jim Kellerman (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Reopened: (HADOOP-2056) A table with row keys containing colon fails to split regions In-Reply-To: <27840855.1192460330986.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/HADOOP-2056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Kellerman reopened HADOOP-2056: ----------------------------------- > A table with row keys containing colon fails to split regions > ------------------------------------------------------------- > > Key: HADOOP-2056 > URL: https://issues.apache.org/jira/browse/HADOOP-2056 > Project: Hadoop > Issue Type: Bug > Components: contrib/hbase > Affects Versions: 0.16.0 > Environment: latest trunk of both hadoop and hbase > Reporter: Johan Oskarsson > Assignee: Jim Kellerman > Fix For: 0.16.0 > > Attachments: patch.txt > > > I assume it's my dodgy key names that triggered this. Replaced the colons with dots and then this exception wasn't thrown anymore. > 2007-10-15 13:59:34,732 INFO org.apache.hadoop.hbase.HRegion: Splitting > charts-overall,,-5504750682370618723 because largest aggregate size is > 103.4m and desired size is 64.0m > 2007-10-15 13:59:34,772 INFO org.apache.hadoop.hbase.HRegionServer$SplitOrCompactChecker: > regionserver/0:0:0:0:0:0:0:0:60020.splitOrCompactChecker exiting > 2007-10-15 13:59:34,774 FATAL org.apache.hadoop.hbase.HRegionServer: Set stop flag in regionserver/0:0:0:0:0:0:0:0:60020.splitOrCompactChecker > java.lang.IllegalArgumentException: java.net.URISyntaxException: > Relative path in absolute URI: hregion_charts-overall,charts:5522565:overall,6424564033243158021 > at org.apache.hadoop.fs.Path.initialize(Path.java:140) > at org.apache.hadoop.fs.Path.(Path.java:126) > at org.apache.hadoop.hbase.HRegion.getRegionDir(HRegion.java:1872) > at org.apache.hadoop.hbase.HRegion.getSplitRegionDir(HRegion.java:503) > at org.apache.hadoop.hbase.HRegion.closeAndSplit(HRegion.java:427) > at org.apache.hadoop.hbase.HRegionServer$SplitOrCompactChecker.split(HRegionServer.java:217) > at org.apache.hadoop.hbase.HRegionServer$SplitOrCompactChecker.checkForSplitsOrCompactions(HRegionServer.java:202) > at org.apache.hadoop.hbase.HRegionServer$SplitOrCompactChecker.chore(HRegionServer.java:186) > at org.apache.hadoop.hbase.Chore.run(Chore.java:58) > Caused by: java.net.URISyntaxException: Relative path in absolute URI: > hregion_charts-overall,charts:5522565:overall,6424564033243158021 > at java.net.URI.checkPath(URI.java:1787) > at java.net.URI.(URI.java:735) > at org.apache.hadoop.fs.Path.initialize(Path.java:137) > ... 8 more -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.