You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2015/06/17 19:04:01 UTC

[jira] [Updated] (CASSANDRA-9605) Error message when creating a KS replicated to a non-existent DC

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

Jonathan Ellis updated CASSANDRA-9605:
--------------------------------------
    Issue Type: New Feature  (was: Bug)

> Error message when creating a KS replicated to a non-existent DC
> ----------------------------------------------------------------
>
>                 Key: CASSANDRA-9605
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9605
>             Project: Cassandra
>          Issue Type: New Feature
>            Reporter: Sebastian Estevez
>            Assignee: Stefania
>            Priority: Minor
>             Fix For: 3.x
>
>
> One of the most common mistakes I see with beginners is they mix up the data center configuration when using network topology strategy because they are copying from some tutorial or sample code or have recently changed snitches.
> This should not be legal:
> {code}
> create KEYSPACE  test1 WITH replication = {'class': 'NetworkTopologyStrategy', 'doesnotexist': 1} ;
> cqlsh> desc KEYSPACE test1 ;
> CREATE KEYSPACE test1 WITH replication = {'class': 'NetworkTopologyStrategy', 'doesnotexist': '1'}  AND durable_writes = true; 
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)