Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 0F2EA200AC5 for ; Sun, 22 May 2016 02:45:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0DC6B160A04; Sun, 22 May 2016 00:45:15 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7CD1C160A26 for ; Sun, 22 May 2016 02:45:14 +0200 (CEST) Received: (qmail 94006 invoked by uid 500); 22 May 2016 00:45:13 -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 93642 invoked by uid 99); 22 May 2016 00:45:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 May 2016 00:45:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 0B6F52C1F68 for ; Sun, 22 May 2016 00:45:13 +0000 (UTC) Date: Sun, 22 May 2016 00:45:13 +0000 (UTC) From: "Mark Reddy (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-11406) Include Seed Node information in nodetool info MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 22 May 2016 00:45:15 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-11406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15295342#comment-15295342 ] Mark Reddy commented on CASSANDRA-11406: ---------------------------------------- I not sure why this would be a problem, nodetool info mostly gives node specific information back to the user. Adding the list of seeds a node is configured with seems like a useful output to me. Here's a quick branch with the required changes: [CASSANDRA-11406-trunk|https://github.com/apache/cassandra/compare/trunk...markreddy:CASSANDRA-11406-seeds-in-nodetool-info] > Include Seed Node information in nodetool info > ---------------------------------------------- > > Key: CASSANDRA-11406 > URL: https://issues.apache.org/jira/browse/CASSANDRA-11406 > Project: Cassandra > Issue Type: Improvement > Reporter: Sam Goldberg > > It would be helpful to include information on seed node status in the output of nodetool info. > The intent is to save the trouble of going into the cassandra.yaml to verify seed node status. -- This message was sent by Atlassian JIRA (v6.3.4#6332)