Hi Neha,
Generally best practice is to add the new node before removing the old one. This is especially important if the cluster’s resources (such as available disk space) are low. Also, adding a node usually asserts that the node is functioning correctly (check logs) before decommisioning the old node. See [1]. [1] http://www.datastax.com/documentation/cassandra/2.0/cassandra/operations/ops_replace_live_node.html Cheers, Jens ——— Jens Rantil Backend engineer Tink AB Email: jens.ran...@tink.se Phone: +46 708 84 18 32 Web: www.tink.se Facebook Linkedin Twitter On Mon, Dec 1, 2014 at 7:15 AM, Neha Trivedi <nehajtriv...@gmail.com> wrote: > Hi, > I need to Add new Node and remove existing node. > Should I first remove the node and then add a new node or Add new node and > then remove existing node. > Which practice is better and things I need to take care? > regards > Neha