Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6862518328 for ; Thu, 4 Feb 2016 11:21:40 +0000 (UTC) Received: (qmail 6663 invoked by uid 500); 4 Feb 2016 11:21:40 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 6633 invoked by uid 500); 4 Feb 2016 11:21:40 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 6613 invoked by uid 99); 4 Feb 2016 11:21:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Feb 2016 11:21:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 10B712C1F5B for ; Thu, 4 Feb 2016 11:21:40 +0000 (UTC) Date: Thu, 4 Feb 2016 11:21:40 +0000 (UTC) From: "Sylvain Lebresne (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-10176) nodetool status says ' Non-system keyspaces don't have the same replication settings' when they do MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-10176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15132170#comment-15132170 ] Sylvain Lebresne commented on CASSANDRA-10176: ---------------------------------------------- Forgot to mention that I have a pull request [here|https://github.com/riptano/cassandra-dtest/pull/789] for a regression test for this. > 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: Distributed Metadata > Reporter: Chris Burroughs > Assignee: Sylvain Lebresne > Priority: Minor > Fix For: 2.1.x, 2.2.x, 3.0.x, 3.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)