You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Ivan Sobolev (JIRA)" <ji...@apache.org> on 2012/09/18 12:26:07 UTC

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

Ivan Sobolev created CASSANDRA-4676:
---------------------------------------

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


The main question for me is what to try. Deletion/recreation of the keyspace is not possible for some reason and this prevents me from reinstalling OpsCenter(which I'd like to have).

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

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

Posted by "Ivan Sobolev (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-4676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivan Sobolev updated CASSANDRA-4676:
------------------------------------

    Priority: Trivial  (was: Major)
    
> 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
>            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

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

Posted by "Ivan Sobolev (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-4676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivan Sobolev updated CASSANDRA-4676:
------------------------------------

    Attachment: cassandra-ex.txt
                cassandra-cli.txt
    
> 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
>         Attachments: cassandra-cli.txt, cassandra-ex.txt
>
>
> The main question for me is what to try. Deletion/recreation of the keyspace is not possible for some reason and this prevents me from reinstalling OpsCenter(which I'd like to have).

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

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

Posted by "Ivan Sobolev (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-4676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivan Sobolev updated CASSANDRA-4676:
------------------------------------

    Description: 
The main question for me is what to try. 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;

  was:The main question for me is what to try. Deletion/recreation of the keyspace is not possible for some reason and this prevents me from reinstalling OpsCenter(which I'd like to have).

    
> 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
>         Attachments: cassandra-cli.txt, cassandra-ex.txt
>
>
> The main question for me is what to try. 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

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

Posted by "Ivan Sobolev (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-4676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13457727#comment-13457727 ] 

Ivan Sobolev commented on CASSANDRA-4676:
-----------------------------------------

Cassandra-ex is what I can find on Cassandra logs when try to create a keyspace. Deletion is silent.
                
> 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
>         Attachments: cassandra-cli.txt, cassandra-ex.txt
>
>
> The main question for me is what to try. Deletion/recreation of the keyspace is not possible for some reason and this prevents me from reinstalling OpsCenter(which I'd like to have).

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

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

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-4676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis reassigned CASSANDRA-4676:
-----------------------------------------

    Assignee: Pavel Yaskevich
    
> 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

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

Posted by "Pavel Yaskevich (JIRA)" <ji...@apache.org>.
    [ 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

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

Posted by "Ivan Sobolev (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-4676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivan Sobolev updated CASSANDRA-4676:
------------------------------------

    Description: 
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;

  was:
The main question for me is what to try. 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;

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

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

Posted by "Pavel Yaskevich (JIRA)" <ji...@apache.org>.
     [ 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