On Fri, Nov 29, 2013 at 6:36 PM, Anthony Grasso <anthony.gra...@gmail.com>wrote:
> In this case would it be possible to do the following to replace a seed > node? > With the quoted procedure, you are essentially just "changing the ip address of a node", which will work as long as you set auto_bootstrap:false in cassandra.yaml. This works because you are *not* bootstrapping, which is different from bootstrapping. Details : https://engineering.eventbrite.com/changing-the-ip-address-of-a-cassandra-node-with-auto_bootstrapfalse/ =Rob