[jira] [Updated] (CASSANDRA-18512) nodetool describecluster command is not showing correct Down count.

2023-05-23 Thread Ranju (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-18512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ranju updated CASSANDRA-18512:
--
Mentor:   (was: Manish Khandelwal)

> 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
> 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: [, , ]
> 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: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-18512) nodetool describecluster command is not showing correct Down count.

2023-05-21 Thread Ranju (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-18512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ranju updated CASSANDRA-18512:
--
Attachment: 0001-Fix-Down-nodes-counter-in-nodetool-describeCluster-c.patch

> 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
> 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: [, , ]
> 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: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-18512) nodetool describecluster command is not showing correct Down count.

2023-05-20 Thread Ranju (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-18512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ranju updated CASSANDRA-18512:
--
Attachment: (was: 
0001-Fix-Down-counter-in-nodetool-describeCluster-command.patch)

> 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
>
> There are some nodes down in the cluster of Cassandra Version 4.x
> # nodetool describecluster command output shows these ips as unreachable.
> UNREACHABLE: [, , ]
> 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: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-18512) nodetool describecluster command is not showing correct Down count.

2023-05-20 Thread Ranju (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-18512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ranju updated CASSANDRA-18512:
--
Attachment: 0001-Fix-Down-counter-in-nodetool-describeCluster-command.patch

> 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
> Attachments: 
> 0001-Fix-Down-counter-in-nodetool-describeCluster-command.patch
>
>
> There are some nodes down in the cluster of Cassandra Version 4.x
> # nodetool describecluster command output shows these ips as unreachable.
> UNREACHABLE: [, , ]
> 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: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Created] (CASSANDRA-18512) nodetool describecluster command is not showing correct Down count.

2023-05-09 Thread Ranju (Jira)
Ranju created CASSANDRA-18512:
-

 Summary: 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


There are some nodes down in the cluster of Cassandra Version 4.x

# nodetool describecluster command output shows these ips as unreachable.

UNREACHABLE: [, , ]

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: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org