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/08/25 16:59:45 UTC

[jira] [Updated] (CASSANDRA-10176) nodetool status says ' Non-system keyspaces don't have the same replication settings' when they do

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

Jonathan Ellis updated CASSANDRA-10176:
---------------------------------------
    Fix Version/s: 2.1.x

> nodetool status says ' Non-system keyspaces don't have the same replication settings' when they do
> --------------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-10176
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10176
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>            Reporter: Chris Burroughs
>            Priority: Minor
>             Fix For: 2.1.x
>
>
> {noformat}
> $ ./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
> {noformat}
> But there is only one 'non system' keyspace'
> {noformat}
> $ ./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;
> {noformat}



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