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

Brandon Williams commented on CASSANDRA-18512:
----------------------------------------------

Thanks for the patch, [~ranju]!  I've applied this from 4.0 up to trunk and 
started CI:

||Branch||CI||
|[4.0|https://github.com/driftx/cassandra/tree/CASSANDRA-18512-4.0]|[j8|https://app.circleci.com/pipelines/github/driftx/cassandra/1023/workflows/0230c5f3-1b96-4edc-83e7-638bd52bc896],
 
[j11|https://app.circleci.com/pipelines/github/driftx/cassandra/1023/workflows/4482c093-a469-47dc-9e94-9b721cdedeab]|
|[4.1|https://github.com/driftx/cassandra/tree/CASSANDRA-18512-4.1]|[j8|https://app.circleci.com/pipelines/github/driftx/cassandra/1022/workflows/9531fbae-e7b5-4d23-8f86-dc6707feb8f6],
 
[j11|https://app.circleci.com/pipelines/github/driftx/cassandra/1022/workflows/6854bd36-cbe9-403a-8d57-6a732e94134b]|
|[trunk|https://github.com/driftx/cassandra/tree/CASSANDRA-18512-trunk]|[j8|https://app.circleci.com/pipelines/github/driftx/cassandra/1024/workflows/87b8427e-2d1e-4f51-83ce-6664d916b0ad],
 
[j11|https://app.circleci.com/pipelines/github/driftx/cassandra/1024/workflows/dbf3742d-3a3b-43a9-9316-27d14fe159df]|

I'll check back later when that has completed.

> 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.x, 4.1.x, 5.x
>
>         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