You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Todd Lipcon (JIRA)" <ji...@apache.org> on 2010/06/16 20:28:23 UTC

[jira] Resolved: (HBASE-2738) Fix TestTimeRangeMapRed verification now that we store multiple versions with same TS

     [ https://issues.apache.org/jira/browse/HBASE-2738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Todd Lipcon resolved HBASE-2738.
--------------------------------

    Hadoop Flags: [Reviewed]
      Resolution: Fixed

> Fix TestTimeRangeMapRed verification now that we store multiple versions with same TS
> -------------------------------------------------------------------------------------
>
>                 Key: HBASE-2738
>                 URL: https://issues.apache.org/jira/browse/HBASE-2738
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.21.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>             Fix For: 0.21.0
>
>         Attachments: hbase-2738.txt
>
>
> We recently introduced "memstore timestamps" which are internal, and allow a cell to exist twice with the same timestamp, from different puts. TestTimeRangeMapred now fails since it sees both the old and new version of the cells during verification. Setting the max versions of the verification scanner to 1 fixes it.

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