<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>DataStax Support Forums &#187; Topic: Replacing a Cassandra Node in live</title>
		<link>http://www.datastax.com/support-forums/topic/replacing-a-cassandra-node-in-live</link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 15:52:34 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.3</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.datastax.com/support-forums/search.php</link>
		</textInput>
		<atom:link href="http://www.datastax.com/support-forums/rss/topic/replacing-a-cassandra-node-in-live" rel="self" type="application/rss+xml" />

		<item>
			<title>Casa on "Replacing a Cassandra Node in live"</title>
			<link>http://www.datastax.com/support-forums/topic/replacing-a-cassandra-node-in-live#post-6711</link>
			<pubDate>Thu, 27 Sep 2012 17:09:27 +0000</pubDate>
			<dc:creator>Casa</dc:creator>
			<guid isPermaLink="false">6711@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I just brought down the node. That is the issue I think. I will try decommissioning.&#60;/p&#62;
&#60;p&#62;Thanks again
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbulman on "Replacing a Cassandra Node in live"</title>
			<link>http://www.datastax.com/support-forums/topic/replacing-a-cassandra-node-in-live#post-6707</link>
			<pubDate>Thu, 27 Sep 2012 15:39:41 +0000</pubDate>
			<dc:creator>mbulman</dc:creator>
			<guid isPermaLink="false">6707@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;How did you bring the node down?  If you use decommission, it should be removed from the ring (and that decommission is what would stream the old node's data to the new node)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Casa on "Replacing a Cassandra Node in live"</title>
			<link>http://www.datastax.com/support-forums/topic/replacing-a-cassandra-node-in-live#post-6706</link>
			<pubDate>Thu, 27 Sep 2012 14:48:49 +0000</pubDate>
			<dc:creator>Casa</dc:creator>
			<guid isPermaLink="false">6706@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Thanks. Yes i am going to run it background.&#60;/p&#62;
&#60;p&#62;One last thing i want to know is, when i bring down a node from a cluster. i still see it when i do nodetool ring. how do i remove it completely ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbulman on "Replacing a Cassandra Node in live"</title>
			<link>http://www.datastax.com/support-forums/topic/replacing-a-cassandra-node-in-live#post-6702</link>
			<pubDate>Thu, 27 Sep 2012 14:13:54 +0000</pubDate>
			<dc:creator>mbulman</dc:creator>
			<guid isPermaLink="false">6702@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Confirmed.  If it's feasible, it would be a good idea to run repair on all of your nodes afterwards, just to make sure all data is where it's supposed to be.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Casa on "Replacing a Cassandra Node in live"</title>
			<link>http://www.datastax.com/support-forums/topic/replacing-a-cassandra-node-in-live#post-6701</link>
			<pubDate>Thu, 27 Sep 2012 13:32:32 +0000</pubDate>
			<dc:creator>Casa</dc:creator>
			<guid isPermaLink="false">6701@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Thanks, summing up the steps again.&#60;/p&#62;
&#60;p&#62;1. Install Cassandra in new node&#60;br /&#62;
2. Set the initial token of the new node to initial_token of the node that need to replaced - 1.&#60;br /&#62;
3. Start the new node. wait for bootstrap&#60;br /&#62;
4. Bring down the node which needs to be replaced.&#60;/p&#62;
&#60;p&#62;please confirm.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbulman on "Replacing a Cassandra Node in live"</title>
			<link>http://www.datastax.com/support-forums/topic/replacing-a-cassandra-node-in-live#post-6700</link>
			<pubDate>Thu, 27 Sep 2012 13:05:04 +0000</pubDate>
			<dc:creator>mbulman</dc:creator>
			<guid isPermaLink="false">6700@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Yes.  You should not bring down the &#34;old node&#34; until the new node is up and running.  Step 2 in your original post is the &#34;very near to the token of the old node&#34; part you're mentioning.  Just be sure to set auto_bootstrap to true on the new node, and it will automatically stream the data it needs when it joins the ring.&#60;/p&#62;
&#60;p&#62;One extra thing to note is to be sure you have RF &#38;gt; 1 on all of your keyspaces.  That will ensure that if something does go wrong during the swap, you won't actually lose any data.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Casa on "Replacing a Cassandra Node in live"</title>
			<link>http://www.datastax.com/support-forums/topic/replacing-a-cassandra-node-in-live#post-6699</link>
			<pubDate>Thu, 27 Sep 2012 12:25:27 +0000</pubDate>
			<dc:creator>Casa</dc:creator>
			<guid isPermaLink="false">6699@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Something like doing a decommission of a node live. but i want the data to be copied only to the new node. Can i assign the token of the new node very near to the token of old node so that when old node is decommissioned, all data goes to the new node. &#60;/p&#62;
&#60;p&#62;Is this right way ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Casa on "Replacing a Cassandra Node in live"</title>
			<link>http://www.datastax.com/support-forums/topic/replacing-a-cassandra-node-in-live#post-6698</link>
			<pubDate>Thu, 27 Sep 2012 08:03:06 +0000</pubDate>
			<dc:creator>Casa</dc:creator>
			<guid isPermaLink="false">6698@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;If i bring down the old node before starting the replacement node, request reaching the old node will fail right ? &#60;/p&#62;
&#60;p&#62;i wanted to replace the node seamlessly without any down time.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbulman on "Replacing a Cassandra Node in live"</title>
			<link>http://www.datastax.com/support-forums/topic/replacing-a-cassandra-node-in-live#post-6690</link>
			<pubDate>Wed, 26 Sep 2012 19:43:56 +0000</pubDate>
			<dc:creator>mbulman</dc:creator>
			<guid isPermaLink="false">6690@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Yeah, apologies.  Steps 1-6 still apply.  You can avoid step 7 (repair) as long as auto_boostrap=true.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Casa on "Replacing a Cassandra Node in live"</title>
			<link>http://www.datastax.com/support-forums/topic/replacing-a-cassandra-node-in-live#post-6689</link>
			<pubDate>Wed, 26 Sep 2012 18:51:51 +0000</pubDate>
			<dc:creator>Casa</dc:creator>
			<guid isPermaLink="false">6689@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I went through the above link. But, bringing down the old node is before starting up new node. which is right for dead node replacement.&#60;/p&#62;
&#60;p&#62;My steps had reverse. The reason is, my node is not dead still and i do not want any request fail when i do node replacement. am i right here ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbulman on "Replacing a Cassandra Node in live"</title>
			<link>http://www.datastax.com/support-forums/topic/replacing-a-cassandra-node-in-live#post-6677</link>
			<pubDate>Wed, 26 Sep 2012 14:56:18 +0000</pubDate>
			<dc:creator>mbulman</dc:creator>
			<guid isPermaLink="false">6677@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Your steps are correct.  We have documentation you can follow if you'd like: &#60;a href=&#34;http://www.datastax.com/docs/1.0/operations/cluster_management#replacing-a-dead-node&#34; rel=&#34;nofollow&#34;&#62;http://www.datastax.com/docs/1.0/operations/cluster_management#replacing-a-dead-node&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Casa on "Replacing a Cassandra Node in live"</title>
			<link>http://www.datastax.com/support-forums/topic/replacing-a-cassandra-node-in-live#post-6672</link>
			<pubDate>Wed, 26 Sep 2012 12:22:05 +0000</pubDate>
			<dc:creator>Casa</dc:creator>
			<guid isPermaLink="false">6672@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Any suggestions ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Casa on "Replacing a Cassandra Node in live"</title>
			<link>http://www.datastax.com/support-forums/topic/replacing-a-cassandra-node-in-live#post-6635</link>
			<pubDate>Mon, 24 Sep 2012 08:38:19 +0000</pubDate>
			<dc:creator>Casa</dc:creator>
			<guid isPermaLink="false">6635@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I have a Cassandra Multi DC cluster (DC1:2,DC2:2). I want to replace one node in DC1 with a new node. i have to do this on live. Are these steps best way to do that ? &#60;/p&#62;
&#60;p&#62;1. Install Cassandra and make default settings in the new node.&#60;br /&#62;
2. Set the initial token of the new node to initial_token of the node that need to replaced - 1.&#60;br /&#62;
3. Start the new node&#60;br /&#62;
4. Bring down the old node.&#60;br /&#62;
5. Run cleanup on all the nodes
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
