You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Ghenadii Batalski (JIRA)" <ji...@apache.org> on 2012/06/28 03:30:45 UTC

[jira] [Comment Edited] (CASSANDRA-4075) Dropped keyspaces and cfs do not get deleted

    [ https://issues.apache.org/jira/browse/CASSANDRA-4075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13402761#comment-13402761 ] 

Ghenadii Batalski edited comment on CASSANDRA-4075 at 6/28/12 1:29 AM:
-----------------------------------------------------------------------

I also can not drop a keyspace after some data put into it:

{code}
Connected to: "Test Cluster" on 127.0.0.1/9160
Welcome to Cassandra CLI version 1.1.1

[default@unknown] drop keyspace twissjava;    
ef973fdd-96ac-346a-b2db-652176a4c222
Waiting for schema agreement...
... schemas agree across the cluster

[default@unknown] create keyspace twissjava;
Keyspace names must be case-insensitively unique ("twissjava" conflicts with "Twissjava")

{code}
                
      was (Author: gena):
    I also can not drop a keyspace after some data put into it:

{code}
Connected to: "Test Cluster" on 127.0.0.1/9160
Welcome to Cassandra CLI version 1.1.1

Type 'help;' or '?' for help.
Type 'quit;' or 'exit;' to quit.

[default@unknown] drop keyspace twissjava;    
ef973fdd-96ac-346a-b2db-652176a4c222
Waiting for schema agreement...
... schemas agree across the cluster
[default@unknown] create keyspace twissjava;
Keyspace names must be case-insensitively unique ("twissjava" conflicts with "Twissjava")
[default@unknown] 
{code}
                  
> Dropped keyspaces and cfs do not get deleted
> --------------------------------------------
>
>                 Key: CASSANDRA-4075
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4075
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.8.1
>            Reporter: Joaquin Casares
>              Labels: datastax_qa
>
> Tested in 0.8.10, reported in 0.8.1.
> Dropped keyspaces and column families have their sstables marked as Compacted, but will not disappear, even on restart. 
> Worked correctly in 1.0.8 where the sstables get deleted almost immediately following the column family drop.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira