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)

Reply via email to