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

Chia-Ping Tsai updated HBASE-18638:
-----------------------------------
    Description: 
|put_0(t0)|
|put_1(t1)|  <-- the latest cell

If we call get, the put_1 will return. That is good.
If we call get after a delete, the put_0 will return. That is weird. The put_0 
is old data, and it should be dropped in flush. For client, put_0 should not 
exist after the put_1 happen.


  was:
|put_0(t0)|
|put_1(t1)|  <-- the latest cell
If we call get, the put_1 will return. That is good.
If we call get after a delete, the put_0 will return. That is weird. The put_0 
is old data, and it should be dropped in flush. For client, put_0 should not 
exist after the put_1 happen.



> The old cells will return to client if the new cells are deleted
> ----------------------------------------------------------------
>
>                 Key: HBASE-18638
>                 URL: https://issues.apache.org/jira/browse/HBASE-18638
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Chia-Ping Tsai
>            Priority: Critical
>
> |put_0(t0)|
> |put_1(t1)|  <-- the latest cell
> If we call get, the put_1 will return. That is good.
> If we call get after a delete, the put_0 will return. That is weird. The 
> put_0 is old data, and it should be dropped in flush. For client, put_0 
> should not exist after the put_1 happen.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to