[
https://issues.apache.org/jira/browse/HBASE-4345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13099290#comment-13099290
]
Ted Yu commented on HBASE-4345:
-------------------------------
Minor comment:
{code}
+ @Override
+ public boolean hasFilterRow() {
+ if (existingFilter == null)
+ return false;
+ else
+ return existingFilter.hasFilterRow();
+ }
{code}
else is not needed above.
What's the plan for all the sub-tasks of HBASE-2856 ?
> 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