On Thu, Aug 14, 2014 at 1:59 AM, Artur Kronenberg <
artur.kronenb...@openmarket.com> wrote:

>  not sure if that's what you're looking for but you can use
> auto_bootstrap=false in your yaml file to prevent nodes from bootstrapping
> themselves on startup. This option has been removed and the default is
> true. You can add it to your configuration though. There's a bit of
> documentation here:
>
>
> http://www.datastax.com/documentation/cassandra/1.2/cassandra/configuration/configCassandra_yaml_r.html
>

That's not what auto_bootstrap:false is for, the formerly-dead nodes will
contact the currently-live nodes, which is what OP does not want.

Also if those nodes had been removed, they would take over ranges that OP
does not want them to. OP should definitely not use auto_bootstrap:false
here.

https://engineering.eventbrite.com/changing-the-ip-address-of-a-cassandra-node-with-auto_bootstrapfalse/

=Rob

Reply via email to