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

David B commented on CASSANDRA-4444:
------------------------------------

You mention CASSANDRA-4432 applies for all schema operations--doesn't the issue 
manifest only randomly, though, based on the results returned by nanoTime()?  
Are there any workarounds, instead of applying the patch?

At the moment I'm unfortunately unable to replace the current install (from the 
1.1.2 deb packages) with a patched source build.  I can probably arrange to do 
this in the next few days, though.
                
> 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