Re: Can you change seed nodes without doing a restart?

2021-01-19 Thread Erick Ramirez
You just need to remove the node from it's own seeds list so it can bootstrap itself back into the cluster. Otherwise, it will immediately join the cluster without streaming data from other replicas. If you intend to promote it back as a seed node, you don't need to remove it from the seeds list o

Can you change seed nodes without doing a restart?

2021-01-19 Thread Who Dadddy
Hi - when replacing a dead seed node, we need to make it not a seed node before replacing it. To do that, you need to change the cassandra.yaml values and (I believe) perform a rolling restart. Is the restart necessary? Thanks. ---