You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Sylvain Lebresne (JIRA)" <ji...@apache.org> on 2013/12/10 16:28:06 UTC

[jira] [Created] (CASSANDRA-6471) Executing a prepared CREATE KEYSPACE multiple times doesn't work

Sylvain Lebresne created CASSANDRA-6471:
-------------------------------------------

             Summary: Executing a prepared CREATE KEYSPACE multiple times doesn't work
                 Key: CASSANDRA-6471
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6471
             Project: Cassandra
          Issue Type: Bug
            Reporter: Sylvain Lebresne
            Assignee: Sylvain Lebresne
            Priority: Trivial
         Attachments: 6471.txt

See user reports on the java driver JIRA: https://datastax-oss.atlassian.net/browse/JAVA-223. Preparing CREATE KEYSPACE queries is not particularly useful but there is no reason for it to be broken.

The reason is that calling KSPropDef/CFPropDef.validate() methods are not idempotent. Attaching simple patch to fix.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)