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 (Issue Comment Edited) (JIRA)" <ji...@apache.org> on 2012/03/23 14:53:29 UTC

[jira] [Issue 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=13236598#comment-13236598 ] 

Jonathan Ellis edited comment on CASSANDRA-4075 at 3/23/12 1:52 PM:
--------------------------------------------------------------------

bq. can we get a backport of it to 0.8.x, particularly 0.8.1?

No, this isn't really back-portable since it depends on CASSANDRA-2521 which was a total rewrite of the sstable deletion code, from being based on PhantomReferences triggered by GC, to manual reference counting.

bq. just tested a full gc on both 0.8.10 and 0.8.1 after waiting rpc_timeout seconds and the sstables that were marked as compacted through the drop command did clear.

Good, that's what we'd expect then.
                
      was (Author: jbellis):
    bq. can we get a backport of it to 0.8.x, particularly 0.8.1?

No, this isn't really back-portable since it was a total rewrite of the sstable deletion code, from being based on PhantomReferences triggered by GC, to manual reference counting.

bq. just tested a full gc on both 0.8.10 and 0.8.1 after waiting rpc_timeout seconds and the sstables that were marked as compacted through the drop command did clear.

Good, that's what we'd expect then.
                  
> 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
>            Assignee: Yuki Morishita
>              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