[
https://issues.apache.org/jira/browse/HBASE-4321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13103410#comment-13103410
]
Hudson commented on HBASE-4321:
-------------------------------
Integrated in HBase-TRUNK #2203 (See
[https://builds.apache.org/job/HBase-TRUNK/2203/])
HBASE-4321. Add a more comprehensive region split calculator for future use
in hbck.
todd :
Files :
* /hbase/trunk/CHANGES.txt
* /hbase/trunk/src/main/java/org/apache/hadoop/hbase/util/KeyRange.java
*
/hbase/trunk/src/main/java/org/apache/hadoop/hbase/util/RegionSplitCalculator.java
*
/hbase/trunk/src/test/java/org/apache/hadoop/hbase/util/TestRegionSplitCalculator.java
> Add more comprehensive region split calculator
> ----------------------------------------------
>
> Key: HBASE-4321
> URL: https://issues.apache.org/jira/browse/HBASE-4321
> Project: HBase
> Issue Type: Improvement
> Affects Versions: 0.90.4
> Reporter: Jonathan Hsieh
> Assignee: Jonathan Hsieh
> Fix For: 0.92.0, 0.90.5
>
> Attachments:
> 0001-HBASE-4321-Add-more-comprehensive-region-split-calcu.patch,
> 0001-HBASE-4321-Add-more-comprehensive-region-split-calcu.patch,
> hbase-4321.diff, hbase-4321.txt
>
>
> Hbck currently scans through meta one entry at a time, only keeping a
> reference to the previous meta entry. This is insufficient for capturing all
> the possible problems in meta and needs something more to properly identify
> holes, overlaps, duplicate start keys, and otherwise invalid meta entries.
> Ideally, this calculator could also be used online interrogating an existing
> meta (HBASE-4058), and also used to generate a completely new meta offline
> just from regioninfo and in hdfs (HBASE-3505).
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira