You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2015/04/11 02:40:12 UTC

[jira] [Resolved] (HBASE-2847) Put added after a delete is overshadowed if its timestamp is older than than that of the tombstone

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

Andrew Purtell resolved HBASE-2847.
-----------------------------------
    Resolution: Incomplete

Incomplete here. Rehashed several times in subsequent later issues

> Put added after a delete is overshadowed if its timestamp is older than than that of the tombstone
> --------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-2847
>                 URL: https://issues.apache.org/jira/browse/HBASE-2847
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>
> If we delete a row and then at a later time add to the row a cell that has a timestamp that is older than the delete, the addition will not be seen; the tombstone will prevent the newer addition being returned.
> IMO, this is non-intuitive.  We should fix.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)