Details
-
Bug
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
-
Low
Description
$ ./bin/nt.sh status Datacenter: IAD =============== Status=Up/Down |/ State=Normal/Leaving/Joining/Moving -- Address Load Tokens Owns Host ID Rack UN xxxxxxxxx 6.51 GB 256 ? b28f8ecb-1c52-4fa4-a04a-e50388ea10fa NOP UN xxxxxxxxx 6.53 GB 256 ? 4c782609-4238-4878-a51e-42803f42551e NOP UN xxxxxxxxx 6.79 GB 256 ? 989920ca-ced4-4ef3-bfcd-7c14fc248fa9 NOP Datacenter: LAX =============== Status=Up/Down |/ State=Normal/Leaving/Joining/Moving -- Address Load Tokens Owns Host ID Rack UN xxxxxxxxx 6.6 GB 256 ? 235856d6-3fa0-42d7-9fc5-2d3f1f447bf1 NOP UN xxxxxxxxx 6.61 GB 256 ? 361bca9e-a78d-4ea9-ad66-3be009aa9d24 NOP UN xxxxxxxxx 6.72 GB 256 ? c248f663-f1cf-46f8-8451-8f05c7782ee8 NOP Note: Non-system keyspaces don't have the same replication settings, effective ownership information is meaningless
But there is only one 'non system' keyspace'
$ ./bin/cqlsh -e 'describe full schema' | grep KEYSPACE CREATE KEYSPACE system_traces WITH replication = {'class': 'NetworkTopologyStrategy', 'IAD': '2', 'LAX': '2'} AND durable_writes = true; CREATE KEYSPACE system WITH replication = {'class': 'LocalStrategy'} AND durable_writes = true; CREATE KEYSPACE pixelator WITH replication = {'class': 'NetworkTopologyStrategy', 'IAD': '3', 'LAX': '3'} AND durable_writes = true;