Search:

Search all manuals
Search this manual
Manual
Couchbase Server Manual 1.8
Up
1.3 Architecture and Concepts
Section Navigation
Chapter Navigation

1.3.7. Failover

Information is distributed around a cluster using a series of replicas. For Couchbase Buckets you can configure the number of replicas(complete copies of the data stored in the bucket) that should be kept within the Couchbase Cluster, and the number of replicas should be less than the number of Couchbase Servers configured in your cluster.

In the event of a failure in a server (either due to transient failure, or for administrative purposes), you can use a technique called failover to indicate that a node within the Couchbase Cluster is no longer available, and that the replica vBuckets for the server are enabled.

The Failover process contacts each server that was acting as a replica and updates the internal table that maps client requests for documents to an available server.

Failover can be performed manually, or you can use the built-in automatic failover that reacts after a preset time when a node within the cluster becomes unavailable.

For more information, see Section 5.1, “Failover with Couchbase”.

blog comments powered by Disqus