You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2014/02/07 15:43:20 UTC

[jira] [Resolved] (CASSANDRA-6677) Commitlog replay makes dropped and recreated keyspace and column family rows reappear

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

Jonathan Ellis resolved CASSANDRA-6677.
---------------------------------------

       Resolution: Duplicate
    Fix Version/s:     (was: 2.0.4)

see CASSANDRA-5202

> Commitlog replay makes dropped and recreated keyspace and column family rows reappear
> -------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-6677
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6677
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>            Reporter: Ignace Desimpel
>            Priority: Minor
>
> A row can reappear after reboot of the database if the keyspace was dropped and recreated and then rebooted.
> Thus before reboot : Create keyspaceX  + Create ColumnFamilyY + Insert row R + Drop keyspaceX  + Create keyspaceX  + Create ColumnFamilyY . This will result in no rows.
> After reboot, the row R reappears !
> Guess this will apply to all cassandra versions?
> I will attach some sample test code.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)