You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Sebastien Rainville (JIRA)" <ji...@apache.org> on 2008/07/07 14:01:31 UTC

[jira] Updated: (HBASE-724) Deleted rows reappear after a HStore.flushCache() and/or HStore.compactStores()

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

Sebastien Rainville updated HBASE-724:
--------------------------------------

    Attachment: testdeleteall.patch

This patches the unit test for deleteAll() to add coverage of HRegionServer.get(). Note that coverage of the scanners should be added as well.


> Deleted rows reappear after a HStore.flushCache() and/or HStore.compactStores()
> -------------------------------------------------------------------------------
>
>                 Key: HBASE-724
>                 URL: https://issues.apache.org/jira/browse/HBASE-724
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: regionserver
>    Affects Versions: 0.1.3
>            Reporter: Sebastien Rainville
>         Attachments: testdeleteall.patch
>
>
> When deleting a row, that row seems to be deleted and everything to be normal but some time afterwards that row somehow reappears (HTable.get() and scanners find it again). Looking at the log files it seems like deleted rows reappear after a flush of the memcache or after the compaction...

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