Hi,

Rule of thumb, you should identify two servers in the cluster to be your
seed nodes.
And all the servers should point to these two seeds..

You should bring up the seed nodes first with autobootstrap set to false..
All other nodes should be added to the ring with autobootstrap=true and
pointing to the same seed nodes.

-indra


On Mon, Aug 8, 2011 at 8:46 PM, Selva Kumar <wwgse...@yahoo.com> wrote:

> We have a 5 node Cassandra cluster. We use version 0.7.4. What is the
> recommended seed configuration. Here are some configurations, i have
> noticed.
>
> Example 1:
> -----------
> One node being seed to itself.
> node1:
>     seeds: node1, autobootstrap=false
> node2:
>     seeds: node1, node3, autobootstrap=true
> node3:
>     seeds: node2, node4, autobootstrap=true
> node4:
>     seeds: node3, node5, autobootstrap=true
> node5:
>     seeds: node1, node2, autobootstrap=true
>
> Example 2:
> -----------
> node1:
>      seeds: node5,node2, autobootstrap=true
> node2:
>     seeds: node1, node3, autobootstrap=true
> node3:
>     seeds: node2, node4, autobootstrap=true
> node4:
>     seeds: node3, node5, autobootstrap=true
> node5:
>     seeds: node1, node2, autobootstrap=true
>
> Thanks
> Selva
>
>
>


-- 
*Indranath Ghosh
Phone: 408-813-9207*

Reply via email to