[ 
https://issues.apache.org/jira/browse/HBASE-4345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13112693#comment-13112693
 ] 

Amitanand Aiyer commented on HBASE-4345:
----------------------------------------

@stack: I'm going to redo this patch.  I gave walk through of this code last 
week, internally, and one of the 
comments I got was that doing the filter approach is *not* going to ignore 
delete-markers that occur after
the read point.  i.e. they will take effect, even though they should not.

I've been in austin for a recruiting trip, so don't have the patch ready. Will 
try to get it and update asap.

> Ensure that Scanners that read from the storefiles respect MVCC
> ---------------------------------------------------------------
>
>                 Key: HBASE-4345
>                 URL: https://issues.apache.org/jira/browse/HBASE-4345
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Amitanand Aiyer
>            Assignee: Amitanand Aiyer
>             Fix For: 0.89.20100924
>
>         Attachments: patch-3
>
>
> Currently, the key-values written to the disk do not include the MVCC (RWCC) 
> version information. Once we add that
> information, and make it persistent to disk; let us make the scanners respect 
> the MVCC mechanism by ignoring 
> "newer" writes.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to