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/11/16 23:41:12 UTC

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

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

Pavel Yaskevich resolved CASSANDRA-4676.
----------------------------------------

    Resolution: Duplicate

This most certainly is related to all other timestamp related problems happend to schema, resolving as Duplicate due to inactivity and similar symptoms.
                
> 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