Re: Populating seeds dynamically

2013-06-06 Thread Tim Wintle
On Mon, 2013-06-03 at 17:20 -0700, Aiman Parvaiz wrote: > @Faraaz check out the comment by Aaron morton here : > http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Seed-Nodes-td6077958.html > Having same nodes is a good idea but it is not necessary. > > In your case, sure the nodes w

Re: Populating seeds dynamically

2013-06-03 Thread Aiman Parvaiz
@Faraaz check out the comment by Aaron morton here : http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Seed-Nodes-td6077958.html Having same nodes is a good idea but it is not necessary. > In your case, sure the nodes will be in the cluster for 10 > minutes but what about sporadic f

Re: Populating seeds dynamically

2013-06-03 Thread Faraaz Sareshwala
All the documentation that I have read about cassanrda always says to keep the same list of seeds on every node in the cluster. Without this, you can end up with fragmentation within your cluster where nodes don't know about other nodes in the cluster. In your case, sure the nodes will be in the cl

Populating seeds dynamically

2013-06-03 Thread Aiman Parvaiz
Hi all I am using puppet to push cassandra.yaml file which has seeds node hardcoded, going forward I don't want to hard code the seed nodes and I plan to maintain a list of seed nodes. Since I have a cluster in place I would populate this list for now to start with and next time when I add a nod