Re: Removing a datacenter

2016-05-24 Thread Jeff Jirsa
like. From: Anubhav Kale Reply-To: "user@cassandra.apache.org" Date: Tuesday, May 24, 2016 at 9:03 AM To: "user@cassandra.apache.org" Subject: RE: Removing a datacenter Sorry I should have more clear. What I meant was doing exactly what you wrote, but do a “re

RE: Removing a datacenter

2016-05-24 Thread Anubhav Kale
To: user@cassandra.apache.org Subject: Re: Removing a datacenter If you remove a node at a time, you’ll eventually end up with a single node in the DC you’re decommissioning which will own all of the data, and you’ll likely overwhelm that node. It’s typically recommended that you ALTER the

Re: Removing a datacenter

2016-05-23 Thread Jeff Jirsa
can decommission (and they won’t need to stream nearly as much, since they no longer own that data – decom will go much faster). From: Anubhav Kale Reply-To: "user@cassandra.apache.org" Date: Monday, May 23, 2016 at 4:41 PM To: "user@cassandra.apache.org" Subject: R

Removing a datacenter

2016-05-23 Thread Anubhav Kale
Hello, Suppose we have 2 DCs and we know that the data is correctly replicated in both. In such situation, is it safe to "remove" one of the DCs by simply doing a "nodetool remove node" followed by "nodetool removenode force" for each node in that DC (instead of doing a "nodetool decommission"