Re: 5 node cluster - Recommended seed configuration.

2011-08-09 Thread aaron morton
Also, don't use 0.7.4 use the most recent version of 0.7 or 0.8. Amongst all the other fixes this one is definitely good to have around https://github.com/apache/cassandra/blob/cassandra-0.7.8/CHANGES.txt#L58 cheers - Aaron Morton Freelance Cassandra Developer @aaronmorton http:

Re: 5 node cluster - Recommended seed configuration.

2011-08-09 Thread Evgeniy Ryabitskiy
Thanks a lot! Maybe this should be placed at Cassandra FAQ. http://wiki.apache.org/cassandra/FAQ#seed has less information. -- Evgeniy Ryabitskiy

Re: 5 node cluster - Recommended seed configuration.

2011-08-09 Thread Edward Capriolo
On Tue, Aug 9, 2011 at 10:07 AM, Evgeniy Ryabitskiy < evgeniy.ryabits...@wikimart.ru> wrote: > > Rule of thumb, you should identify two servers in the cluster to be your >> seed nodes. >> >> >> > > Is this rule same for N node cluster? Any common practice/formula for seed > number? > Going to use

Re: 5 node cluster - Recommended seed configuration.

2011-08-09 Thread Evgeniy Ryabitskiy
> Rule of thumb, you should identify two servers in the cluster to be your > seed nodes. > > > Is this rule same for N node cluster? Any common practice/formula for seed number? Going to use about 10 nodes and extend it in a future. -- Evgeniy Ryabitskiy

Re: 5 node cluster - Recommended seed configuration.

2011-08-09 Thread Selva Kumar
Thanks Samal From: samal To: user@cassandra.apache.org; Selva Kumar Sent: Tuesday, August 9, 2011 12:23 AM Subject: Re: 5 node cluster - Recommended seed configuration. It is recommended that seed list should be same in all server so all server on same

Re: 5 node cluster - Recommended seed configuration.

2011-08-08 Thread Indranath Ghosh
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 pointin

Re: 5 node cluster - Recommended seed configuration.

2011-08-08 Thread samal
It is recommended that seed list should be same in all server so all server on same state. It should be Lan IP not Loopback IP. In seed node, auto bootstrap should be false 2 seed should be enough. In your case it should be like: node1: seeds: node1, autobootstrap=false node2: seeds: node1

5 node cluster - Recommended seed configuration.

2011-08-08 Thread Selva Kumar
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=