You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Pavel Yaskevich (JIRA)" <ji...@apache.org> on 2012/10/16 02:09:03 UTC

[jira] [Commented] (CASSANDRA-4676) Can't delete/create a keyspace

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

Pavel Yaskevich commented on CASSANDRA-4676:
--------------------------------------------

[~soboleiv] Can you try with 1.1.6 version (latest cassandra-1.1 branch)?
                
> Can't delete/create a keyspace
> ------------------------------
>
>                 Key: CASSANDRA-4676
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4676
>             Project: Cassandra
>          Issue Type: Bug
>         Environment: CentOs 5.5.
> Cassandra 1.0.6-->1.1.5
>            Reporter: Ivan Sobolev
>            Assignee: Pavel Yaskevich
>            Priority: Trivial
>         Attachments: cassandra-cli.txt, cassandra-ex.txt
>
>
> Deletion/recreation of the keyspace was not possible.
> *Workaround:*
> use system;
> set schema_keyspaces['OpsCenter']['durable_writes']=true;
> set schema_keyspaces['OpsCenter']['strategy_options']='{"datacenter1":"1"}';
> set schema_keyspaces['OpsCenter']['name']='OpsCenter';
> set schema_keyspaces['OpsCenter']['strategy_class']='org.apache.cassandra.locator.NetworkTopologyStrategy';
> drop keyspace OpsCenter;

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira