Search:

Search all manuals
Search this manual
Manual
Couchbase Server Manual 2.0
Community Wiki and Resources
Download Couchbase Server 2.0
Couchbase Developer Guide 2.0
Client Libraries
Couchbase Server Forum
Additional Resources
Community Wiki
Community Forums
Couchbase SDKs
Parent Section
5.5 Failing Over Nodes
Chapter Sections
Chapters

5.5.3. Initiating a Node Failover

If you need to remove a node from the cluster due to hardware or system failure, you need to indicate the failover status for that node. This causes Couchbase Server to use replicated data from other functioning nodes in the cluster.

Warning

Before you indicate the failover for a node you should read Section 5.5, “Failing Over Nodes”. Do not use failover to remove a functioning node from the cluster for administration or upgrade. This is because initiating a failover for a node will activate replicated data at other nodes which will reduce the overall capacity of the cluster. Data from the failover node that has not yet been replicated at other nodes or persisted on disk will be lost. For information about removing and adding a node, see Performing a Rebalance, Adding a Node to a Cluster.

You can provide the failover status for a node with two different methods:

After you specify that a node is failed over you should handle the cause of failure and get your cluster back to a fully functional state. For more information, see Section 5.5.4, “Handling a Failover Situation”.