Re: If one seed node crash, how can I add one seed node?

2010-12-08 Thread lei liu
;>> -ryan >>>> >>>> On Tue, Dec 7, 2010 at 7:01 AM, Nick Bailey wrote: >>>> >>>>> Yes, cassandra only reads the configuration when it starts up. However >>>>> seed nodes are only used when a node starts. After that they aren't >&g

Re: If one seed node crash, how can I add one seed node?

2010-12-06 Thread lei liu
t as a seed node, > set autobootstrap to true and let it join the cluster. Once it has joined > the cluster you should add it as a seed node in the configuration for all of > your nodes. > > > On Mon, Dec 6, 2010 at 9:59 AM, lei liu wrote: > >> Thank Jonathan for your repl

Re: If one seed node crash, how can I add one seed node?

2010-12-06 Thread lei liu
Thank Jonathan for your reply. How can I bootstrap the node into cluster, I know if the node is seed node, I can't set AutoBootstrap to true. 2010/12/6 Jonathan Ellis > set it as a seed _after_ bootstrapping it into the cluster. > > On Mon, Dec 6, 2010 at t5:01 AM, lei liu wr

If one seed node crash, how can I add one seed node?

2010-12-06 Thread lei liu
After one seed node crash, I want to add one node as seed node, I set *auto_bootstrap to true, but the new node don't *migrate data from other nodes. How can I add one new seed node and let the node to * *migrate data from other nodes? Thanks, LiuLei