Have a cassandra cluster that has been running under 2.1.0 fine. Rebuilt the cluster using the same settings on 2.1.1 and get this error, even with only one node present:

"Non-system keyspaces don't have the same replication settings, effective ownership information is meaningless"

I only have one non-system keyspace. To be sure, I even set system_auth and system_traces to use the same replication factor as my main keyspace, but the error still persists. Tried again with a 2.1.0 node and upgraded it to 2.1.1 and the cluster errors out again. Any ideas or hints? Here is what my keyspaces are set to for RF:

CREATE KEYSPACE system_auth WITH replication = {'class': 'NetworkTopologyStrategy', 'us-east': '3'} AND durable_writes = true;

CREATE KEYSPACE testspace WITH replication = {'class': 'NetworkTopologyStrategy', 'us-east': '3'} AND durable_writes = true;

CREATE KEYSPACE system_traces WITH replication = {'class': 'NetworkTopologyStrategy', 'us-east': '3'} AND durable_writes = true;

CREATE KEYSPACE system WITH replication = {'class': 'LocalStrategy'} AND durable_writes = true;

---
This email is free from viruses and malware because avast! Antivirus protection 
is active.
http://www.avast.com

Reply via email to