I created a new cluster in Amazon AWS, with 3 instances, following the instructions on the Datastax installation page for Cassandra.
I also set up all of the things in the cassandra.yaml file, as provided by the instructions on Datastax for adding a new node. They all match.
Now, when I run nodetool status, I get 3 nodes in my cluster, which is great! However, 2 of the nodes are down. The ones that are down are the ones that are not the node I am running nodetool status from.
For example: If I run nodetool status from node 1, it shows node0 and node2 down. If I run nodetool status from node0, it shows node1 and node2 down.
Anyone know why this is happening? I set up the security groups as it said to in the documentation.
Thanks