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

Jonathan Ellis reassigned CASSANDRA-4444:
-----------------------------------------

    Assignee: Pavel Yaskevich
    
> Failure to delete column families
> ---------------------------------
>
>                 Key: CASSANDRA-4444
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4444
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.1.2
>         Environment: 2 node cluster running on Ubuntu Precise
>            Reporter: David B
>            Assignee: Pavel Yaskevich
>
> I have a two node cluster, and one keyspace defined as follows:
> create keyspace SampleKeyspace with placement_strategy = 
> 'org.apache.cassandra.locator.SimpleStrategy' and strategy_options = 
> {replication_factor:2};
> I then create a column family as follows:
> create column family SampleFamily with caching = 'keys_only' and 
> key_validation_class = 'LongType' and compression_options = { 
> sstable_compression: SnappyCompressor, chunk_length_kb: 64 }
> I stream SSTables through SStableLoader.
> After the load is complete, compaction begins.  During this time, I request a 
> drop of the family through cassandra-cli using "drop column family 
> SampleFamily".  
> Cassandra-cli responds that schemas are in agreement.  Looking on the file 
> system, however, the full set of data files are still found under 
> data/SampleFamily (in addition to the snapshot created on drop family).  
> There are no errors in either system or output logs. 

--
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

        

Reply via email to