[ 
https://issues.apache.org/jira/browse/CASSANDRA-13853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16216154#comment-16216154
 ] 

Jon Haddad commented on CASSANDRA-13853:
----------------------------------------

It would be great to have a list of all the keyspace in the cluster along with 
each one's replication configuration.

By version I mean an output that's the same as showing the schema version.  
Like this:

{code}
Database versions:
     3.11.0: [127.0.0.3]
     3.11.1: [127.0.0.1, 127.0.0.2]
{code}

You can find the release version in Gossip, take a look at 
{{org.apache.cassandra.gms.ApplicationState}} and 
{{org.apache.cassandra.gms.Gossiper#getReleaseVersion}}.

> nodetool describecluster should be more informative
> ---------------------------------------------------
>
>                 Key: CASSANDRA-13853
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-13853
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Observability
>            Reporter: Jon Haddad
>            Assignee: Preetika Tyagi
>              Labels: lhf
>
> Additional information we should be displaying:
> * Total node count
> * List of datacenters, RF, with number of nodes per dc, how many are down, 
> * Version(s)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to