CsDef instead of CfDef in system_add_keyspace() function
--------------------------------------------------------

                 Key: CASSANDRA-3296
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3296
             Project: Cassandra
          Issue Type: Bug
          Components: Core
    Affects Versions: 0.8.6
         Environment: In this file:
apache-cassandra-0.8.6-src/src/java/org/apache/cassandra/thrift/CassandraServer.java
Around line #893
            Reporter: Alexis Wilke
            Priority: Trivial


throw new InvalidRequestException("CsDef (" + cf.getName() +") had a keyspace 
definition that did not match KsDef");

The string starts with "CsDef (" when it should be "CfDef (".

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to