[
https://issues.apache.org/jira/browse/HADOOP-2056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jim Kellerman updated HADOOP-2056:
----------------------------------
Resolution: Fixed
Status: Resolved (was: Patch Available)
Tests passed. Committed.
Note: TestSplit was modified to have row keys with all kinds of punctuation in
them, many of which would have caused errors if used as part of a file name.
Now that the start row key is Base64 encoded, the problem with splitting
regions has been fixed.
> 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.<init>(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.<init>(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.