Trying to configure 3 nodes in Cassandra on AWS EC2 (have set ICMP, SSH, HTTP and HTTPS in security groups accordingly)
Cluster name is also set as same in all the three cassandra.yaml file i.e. 'Test Cluster'
Mentioned there corresponding ip as example for node1 listen_address: node1 seeds: "node1,node2,node3" rpc_address: 0.0.0.0 broadcast_rpc_address: 1.2.3.4
Machines are able to ping each other, using the IP obtained by ifconfig.
But when I run cassandra on the three mentioned machine I get
INFO 08:33:52 No gossip backlog; proceeding. cassandra 2.2.3 Machine Ubuntu
Is something I am missing?