You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Brandon Williams (JIRA)" <ji...@apache.org> on 2011/01/26 21:13:44 UTC

[jira] Assigned: (CASSANDRA-2049) On the CLI, creating or updating a keyspace to use the NetworkTopologyStrategy breaks "show keyspaces;"

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

Brandon Williams reassigned CASSANDRA-2049:
-------------------------------------------

    Assignee: Pavel Yaskevich

> On the CLI, creating or updating a keyspace to use the NetworkTopologyStrategy breaks "show keyspaces;"
> -------------------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-2049
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2049
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.7.0
>            Reporter: Jeremy Hanna
>            Assignee: Pavel Yaskevich
>             Fix For: 0.7.2
>
>
> To reproduce:
> - Start fresh.
> - Run "show keyspaces;"
> - Run "create keyspace Keyspace1 with placement_strategy='org.apache.cassandra.locator.NetworkTopologyStrategy';"
> - Run "show keyspaces;"
> Note how before it showed the system keyspace.  After it shows just:
> Keyspace: Keyspace1:
>   Replication Strategy: org.apache.cassandra.locator.NetworkTopologyStrategy
> null
> If you have multiple keyspaces, it will hide those as well.  Also, if you create the keyspace and then update it with NetworkTopologyStrategy, the same thing will happen.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.