[
https://issues.apache.org/jira/browse/HBASE-2256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15656659#comment-15656659
]
gfeng commented on HBASE-2256:
------------------------------
It happened in HBase 1.2.3. My code is
{code}
Delete del = new Delete(row.getBytes());
table.delete(del);
List<Put> puts = myPuts();
table.put(puts);
{code}
Most of time worked fine. But sometimes the data in HBase went crazy. So I
don't trust the data stored.
> Delete row, followed quickly to put of the same row will sometimes fail.
> ------------------------------------------------------------------------
>
> Key: HBASE-2256
> URL: https://issues.apache.org/jira/browse/HBASE-2256
> Project: HBase
> Issue Type: Bug
> Affects Versions: 0.20.3
> Reporter: Clint Morgan
> Attachments: hbase-2256.patch
>
>
> Doing a Delete of a whole row, followed immediately by a put to that row will
> sometimes miss a cell. Attached is a test to provoke the issue.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)