[ 
https://issues.apache.org/jira/browse/HADOOP-2592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12559604#action_12559604
 ] 

Hudson commented on HADOOP-2592:
--------------------------------

Integrated in Hadoop-Nightly #367 (See 
[http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/367/])

> [hbase] Scanning, a region can let out a row that its not supposed to have
> --------------------------------------------------------------------------
>
>                 Key: HADOOP-2592
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2592
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>            Assignee: stack
>            Priority: Critical
>             Fix For: 0.16.0
>
>         Attachments: test3.patch, tti.patch
>
>
> Bryan's lazy cache patch was provoking a strange issue in TestTableIndex when 
> flush size was small -- 64k instead of 1MB -- where a scan was returning 
> random rows twice, w/ the second incidence coming out of a region whose range 
> shouldn't even contain the row.
> After study, HalfMapFiles serving the top half of a parent region down in the 
> daughter, can have rows in excess of the region endkey; scanning, the call to 
> next will just return these rows w/ consideration of whether beyond region 
> endkey.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to