RE: Multiple Seeds

2011-02-24 Thread Jeremy.Truelove
Gotcha I had forgotten about the gossip piece, that makes sense. -Original Message- From: Edward Capriolo [mailto:edlinuxg...@gmail.com] Sent: Wednesday, February 23, 2011 5:00 PM To: Truelove, Jeremy: IT (NYK) Cc: user@cassandra.apache.org Subject: Re: Multiple Seeds On Wed, Feb 23

Multiple Seeds

2011-02-23 Thread Jeremy.Truelove
What's the best way to bring multiple seeds up, should only one of them have auto bootstrap set to true or should neither of them? Should they list themselves and the other seed in their seed section in the yaml config? ___ This e-mail may contain

Re: Multiple Seeds

2011-02-23 Thread Eric Gilmore
: What’s the best way to bring multiple seeds up, should only one of them have auto bootstrap set to true or should neither of them? Should they list themselves and the other seed in their seed section in the yaml config? ___ This e-mail may

RE: Multiple Seeds

2011-02-23 Thread Jeremy.Truelove
] Sent: Wednesday, February 23, 2011 2:24 PM To: user@cassandra.apache.org Subject: Re: Multiple Seeds The DataStax documentation offers some answers to those questions in the Getting Startedhttp://www.datastax.com/dev/tutorials/getting_started_0.7/configuring#adding-nodes-to-a-cassandra-cluster

Re: Multiple Seeds

2011-02-23 Thread Edward Capriolo
but I may have just missed it. From: Eric Gilmore [mailto:e...@datastax.com] Sent: Wednesday, February 23, 2011 2:24 PM To: user@cassandra.apache.org Subject: Re: Multiple Seeds The DataStax documentation offers some answers to those questions in the Getting Started section

RE: Multiple Seeds

2011-02-23 Thread Jeremy.Truelove
So all seeds should always be set to 'auto_bootstrap: false' in their .yaml file. -Original Message- From: Edward Capriolo [mailto:edlinuxg...@gmail.com] Sent: Wednesday, February 23, 2011 2:36 PM To: user@cassandra.apache.org Cc: Truelove, Jeremy: IT (NYK) Subject: Re: Multiple Seeds

Re: Multiple Seeds

2011-02-23 Thread Eric Gilmore
, Jeremy: IT (NYK) Subject: Re: Multiple Seeds On Wed, Feb 23, 2011 at 2:30 PM, jeremy.truel...@barclayscapital.com wrote: Yeah I set the tokens, I'm more asking if I start the first seed node with autobootstrap set to false the second seed should have it set to true as well as all

RE: Multiple Seeds

2011-02-23 Thread Jeremy.Truelove
seed lists and restart them as well. From: Eric Gilmore [mailto:e...@datastax.com] Sent: Wednesday, February 23, 2011 2:47 PM To: user@cassandra.apache.org Subject: Re: Multiple Seeds Well -- when you first bring a node into a ring, you will probably want to stream data

Re: Multiple Seeds

2011-02-23 Thread Edward Capriolo
.    restart it correct? Additionally you would need to add it to the other nodes seed lists and restart them as well. From: Eric Gilmore [mailto:e...@datastax.com] Sent: Wednesday, February 23, 2011 2:47 PM To: user@cassandra.apache.org Subject: Re: Multiple Seeds Well -- when you

RE: Multiple Seeds

2011-02-23 Thread Jeremy.Truelove
Also should non-seed host be perpetually set to auto_bootstrap: true ? From: Truelove, Jeremy: IT (NYK) Sent: Wednesday, February 23, 2011 3:00 PM To: user@cassandra.apache.org Subject: RE: Multiple Seeds To add a host to the seeds list after it has had the data streamed to it I need to 1

RE: Multiple Seeds

2011-02-23 Thread Jeremy.Truelove
: Truelove, Jeremy: IT (NYK) Subject: Re: Multiple Seeds On Wed, Feb 23, 2011 at 2:59 PM, jeremy.truel...@barclayscapital.com wrote: To add a host to the seeds list after it has had the data streamed to it I need to 1.   stop it 2.   edit the yaml file to a.   include

Re: Multiple Seeds

2011-02-23 Thread Edward Capriolo
] Sent: Wednesday, February 23, 2011 3:23 PM To: user@cassandra.apache.org Cc: Truelove, Jeremy: IT (NYK) Subject: Re: Multiple Seeds On Wed, Feb 23, 2011 at 2:59 PM,  jeremy.truel...@barclayscapital.com wrote: To add a host to the seeds list after it has had the data streamed to it I need