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

stack commented on HBASE-4345:
------------------------------

Interesting take, enforcing we only read at the read point or before by doing 
the functionality as a filter that is always used.  Intellectually I'd say that 
this should be core and not be done via a filter but if filter gets the job 
done, lets go for it.  Nice.

> 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