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


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.

Reply via email to