Kévin LOVATO created CASSANDRA-5480:
---------------------------------------

             Summary: Case insensitive cqlsh
                 Key: CASSANDRA-5480
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5480
             Project: Cassandra
          Issue Type: Bug
          Components: Tools
    Affects Versions: 1.2.2
            Reporter: Kévin LOVATO


cqlsh doesn't seem to be case sensitive for strategy_options, so the following 
query:
{code} ALTER KEYSPACE "MyKeyspace" WITH replication = {'class': 
'NetworkTopologyStrategy', 'Paris-CEN' : 1 };
{code}
Modified my keyspace with strategy_options 'paris-cen' which differs from what 
is configured in my {{cassandra-topology.properties}} and made subsequent 
queries to this keyspace fail with an UnavailableException.
I could fix my issue by updating the Keyspace configuration by code but it 
would be nice to be able to do it using cqlsh.


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

Reply via email to