Re: How to add a new DC to cluster in Cassandra 2.x

2014-03-11 Thread Cyril Scetbon
Can someone from Datastax confirm this point ? If it's true, is it the same for a decommission ? I mean, if we decommission a node with old data (in case it has been down for more than max_hint_window_in_ms and not repaired), will we finally have a situation where old data has been spread and we

Re: How to add a new DC to cluster in Cassandra 2.x

2014-01-27 Thread Cyril Scetbon
If true, it means that adding a datacenter or bootstrapping a new node will be a more complex and slower operation than it is actually... -- Cyril SCETBON On 23 Jan 2014, at 21:53, Robert Coli wrote: > Rebuild (like bootstrap) only streams data from a single source replica per > range. IMO,

RE: How to add a new DC to cluster in Cassandra 2.x

2014-01-23 Thread Lu, Boying
Thanks a lot :) From: Robert Coli [mailto:rc...@eventbrite.com] Sent: 2014年1月24日 4:54 To: user@cassandra.apache.org Subject: Re: How to add a new DC to cluster in Cassandra 2.x On Tue, Jan 21, 2014 at 7:16 AM, Tupshin Harper mailto:tups...@tupshin.com>> wrote: This should be the doc y

Re: How to add a new DC to cluster in Cassandra 2.x

2014-01-23 Thread Robert Coli
On Tue, Jan 21, 2014 at 7:16 AM, Tupshin Harper wrote: > This should be the doc you are looking for. > > > http://www.datastax.com/documentation/cassandra/2.0/webhelp/index.html#cassandra/operations/ops_add_dc_to_cluster_t.html > Rebuild (like bootstrap) only streams data from a single source re

RE: How to add a new DC to cluster in Cassandra 2.x

2014-01-21 Thread Lu, Boying
Thanks a lot. That’s what I want. From: Tupshin Harper [mailto:tups...@tupshin.com] Sent: 2014年1月21日 23:16 To: user@cassandra.apache.org Subject: Re: How to add a new DC to cluster in Cassandra 2.x This should be the doc you are looking for. http://www.datastax.com/documentation/cassandra/2.0

Re: How to add a new DC to cluster in Cassandra 2.x

2014-01-21 Thread Tupshin Harper
This should be the doc you are looking for. http://www.datastax.com/documentation/cassandra/2.0/webhelp/index.html#cassandra/operations/ops_add_dc_to_cluster_t.html -Tupshin On Jan 21, 2014 2:14 AM, "Lu, Boying" wrote: > Hi, All, > > > > I’m new to Cassandra. I want to know how to add a DC to

How to add a new DC to cluster in Cassandra 2.x

2014-01-21 Thread Lu, Boying
Hi, All, I'm new to Cassandra. I want to know how to add a DC to existing Cassandra cluster (all running Cassandra 2.x). I found a related document at http://www.datastax.com/docs/1.1/cluster_management Is it still valid for Cassandra 2.x? Thanks Boying