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

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

Ignace Desimpel created CASSANDRA-6677:
------------------------------------------

             Summary: 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
             Fix For: 2.0.4


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)