Apache Cassandra: Unable to gossip with any seeds

I had a similar problem with my cassandra v2.0.4 cluster running a single node.

Check your cassandra.yaml and make sure that your “listen_address” and “seeds” values match, with the exception that the seeds value requires quotes around it.

Leave a Comment