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 597C111F13 for ; Tue, 6 May 2014 13:09:38 +0000 (UTC) Received: (qmail 3020 invoked by uid 500); 6 May 2014 13:02:23 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 2820 invoked by uid 500); 6 May 2014 13:02:19 -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 2727 invoked by uid 99); 6 May 2014 13:02:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 May 2014 13:02:17 +0000 Date: Tue, 6 May 2014 13:02:17 +0000 (UTC) From: "Jeremy Hanna (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CASSANDRA-7173) Make "nodetool [ring|status] system" return a message that ownership is nonsense MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Jeremy Hanna created CASSANDRA-7173: --------------------------------------- Summary: Make "nodetool [ring|status] system" return a message that ownership is nonsense Key: CASSANDRA-7173 URL: https://issues.apache.org/jira/browse/CASSANDRA-7173 Project: Cassandra Issue Type: Wish Components: Core Reporter: Jeremy Hanna Priority: Trivial The ownership column for the output for nodetool [ring|status] really doesn't make sense for the system keyspace since it's a special case and uses the LocalStrategy. We should return a message, perhaps like we do when not specifying a keyspace, that the ownership in the case of system is nonsense. -- This message was sent by Atlassian JIRA (v6.2#6252)