Re: bootstrapping manually when auto_bootstrap=false ?

2014-12-18 Thread Ryan Svihla
why auto_bootstrap=false? The documentation even suggests the opposite. If you don't auto_bootstrap the node will take queries before it has copies of all the data, and you'll get the wrong answer (it'd not be unlike using CL ONE when you've got a bunch of dropped mutations on a single node in the

Re: bootstrapping manually when auto_bootstrap=false ?

2014-12-18 Thread Jonathan Haddad
I'd consider solving your root problem of people are starting and stopping servers in prod accidentally instead of making Cassandra more difficult to manage operationally. On Thu Dec 18 2014 at 4:04:34 AM Ryan Svihla rsvi...@datastax.com wrote: why auto_bootstrap=false? The documentation even

Re: bootstrapping manually when auto_bootstrap=false ?

2014-12-18 Thread Robert Coli
On Wed, Dec 17, 2014 at 7:04 PM, Kevin Burton bur...@spinn3r.com wrote: I’m trying to figure out the best way to bootstrap our nodes. I *think* I want our nodes to be manually bootstrapped. This way an admin has to explicitly bring up the node in the cluster and I don’t have to worry about

bootstrapping manually when auto_bootstrap=false ?

2014-12-17 Thread Kevin Burton
I’m trying to figure out the best way to bootstrap our nodes. I *think* I want our nodes to be manually bootstrapped. This way an admin has to explicitly bring up the node in the cluster and I don’t have to worry about a script accidentally provisioning new nodes. The problem is HOW do you do

Re: bootstrapping manually when auto_bootstrap=false ?

2014-12-17 Thread Ben Bromhead
- In Cassandra yaml set auto_bootstrap = false - Boot node - nodetool rebuild Very similar to http://www.datastax.com/documentation/cassandra/2.0/cassandra/operations/ops_add_dc_to_cluster_t.html On 18 December 2014 at 14:04, Kevin Burton bur...@spinn3r.com wrote: I’m trying to figure