Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Some cassandra nodes in cluster are unreachable even all the nodes are up and running

I have cassandra cluster of 6 nodes on ec2 , Many times i have observed that all the nodes in the cluster are up and running but when i do the describe cluster from client it shows some nodes as unreachable.

  1. I can login to individual machines

  2. can connect to cassandra node with cassandra client

  3. can connect to individual nodes with JMX.

like image 649
samarth Avatar asked Nov 13 '22 15:11

samarth


1 Answers

sounds like you have listen_address/broadcast_address misconfigured.

like image 158
jbellis Avatar answered Dec 21 '22 02:12

jbellis