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

Jeremiah Jordan resolved CASSANDRA-9605.
----------------------------------------
       Resolution: Duplicate
    Fix Version/s:     (was: 4.x)
                   4.0

> 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
>            Priority: Minor
>             Fix For: 4.0
>
>
> 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
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to