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

Stefan Miklosovic commented on CASSANDRA-18512:
-----------------------------------------------

+1

> nodetool describecluster command is not showing correct Down count.  
> ---------------------------------------------------------------------
>
>                 Key: CASSANDRA-18512
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-18512
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tool/nodetool
>            Reporter: Ranju
>            Assignee: Ranju
>            Priority: Normal
>             Fix For: 4.0.11, 4.1.3, 5.0
>
>         Attachments: 
> 0001-Fix-Down-nodes-counter-in-nodetool-describeCluster-c.patch
>
>
> There are some nodes down in the cluster of Cassandra Version 4.x
> # nodetool describecluster command output shows these ips as unreachable.
> UNREACHABLE: [<ip1>, <ip2>, <ip3>]
> Stats for all nodes:
>         Live: 3
>         Joining: 0
>         Moving: 0
>         Leaving: 0
>         Unreachable: 3
> But under data center , count of down pod is always shown as 0.
> Data Centers: 
>     dc1 #Nodes: 3 #Down: 0
>     dc2 #Nodes: 3 #Down: 0
>  
> Steps to reproduce:
>  # Setup two Data centers dc1,dc2, each datacenter was having 3 nodes - 
> dc1:3,dc2:3
>  # mark down any 3 nodes of two data centers.
>  # Run nodetool describecluster command from the live node and check the 
> Unreachable count , which is 3 and Down Count is 0 , both are not matched.
>  
> Expected Output: Unreachable and Down count should have the same value.
> Data Centers:
>         dc1 #Nodes: 3 #Down: 1
>         dc2 #Nodes: 3 #Down: 2
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to