Sample Header Ad - 728x90

Setting up a 3-node cluster, getting exception "Unable to gossip with any peers"

2 votes
1 answer
488 views
Getting Gossip error when trying to setup 3 node cluster. 1. Node-1: Private IP: 10.10.0.1 Public IP: public_ip_1 2. Node-2: Private IP: 10.10.0.2 Public IP: public_ip_2 3. Node-3: Private IP: 10.10.0.3 Public IP: public_ip_3 Here you go my cassandra.yaml seeds: '10.10.0.1' listen_address: 10.10.0.1 broadcast_address: public_ip_1 start_native_transport: true native_transport_address: public_ip_1 Error ERROR [DSE main thread] 2023-02-16 09:38:09,271 CassandraDaemon.java:938 - Exception encountered during startup java.lang.RuntimeException: Unable to gossip with any peers Node get shut down
Asked by Ranjeet Ranjan (160 rep)
Feb 16, 2023, 12:21 PM
Last activity: Feb 17, 2023, 10:15 AM