You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Clint Morgan (JIRA)" <ji...@apache.org> on 2009/11/03 20:19:32 UTC

[jira] Updated: (HBASE-1954) Transactional scans do not see newest put.

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

Clint Morgan updated HBASE-1954:
--------------------------------

    Attachment: 1954.patch

This fixes the issue. Adds a test that fails without the patch, passes with.

> Transactional scans do not see newest put.
> ------------------------------------------
>
>                 Key: HBASE-1954
>                 URL: https://issues.apache.org/jira/browse/HBASE-1954
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: contrib
>    Affects Versions: 0.20.1
>            Reporter: Clint Morgan
>            Assignee: Clint Morgan
>             Fix For: 0.20.2, 0.21.0
>
>         Attachments: 1954.patch
>
>
> In a transaction, if I do a put, then a put, then a scan. I will not see the latest put.
> The fix is to set the timestamp at put time.

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