Search:

Search all manuals
Search this manual
Manual
Couchbase Server Manual 1.8
Additional Resources
Community Wiki
Community Forums
Couchbase SDKs
Parent Section
5.1 Node Failover
Chapter Sections
Chapters

5.1.3. Initiating a Node Failover

In the event of a problem where you need to remove a node from the cluster due to hardware or system failure, you need to mark the node as failed over. This causes Couchbase Server to activate one of the available replicas for the buckets in the cluster.

Warning

Before marking a node for failover you should read Section 5.1, “Node Failover”. You should not use failover to remove a node from the cluster for administration or upgrade. This is because initiating a failover activates the replicas for a bucket, reducing the available replicas with the potential for data loss if additional failovers occur.

You can explicitly mark a node as failed over using a number of different methods:

Once the node has been marked as failed over you must handle the failover situation and get your cluster back into it's configured operation state. For more information, see Section 5.1.4, “Handling a Failover Situation”.