From: Егор Голощапов <[email protected]<mailto:[email protected]>> Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Date: Thursday, March 13, 2014 3:17 AM To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: Re: Couchbase java client writing data to cluster when 1 node failed
Could you please tell me, is it possible to make couchbase client (java client for example) write/read data from cluster even if one node fails? If it is, how it can be done? The best way to get back to availability of both reads and writes is to trigger a failover. This does imply momentary lack of availability with fairly quick recovery. Before the failover, you can access other data with the "replica read" feature. See: http://www.couchbase.com/autodocs/couchbase-java-client-1.3.2/com/couchbase/client/CouchbaseClient.html#getFromReplica(java.lang.String) http://docs.couchbase.com/couchbase-devguide-2.5/#replica-read Hope that helps, Matt -- Matt Ingenthron Couchbase, Inc. -- You received this message because you are subscribed to the Google Groups "Couchbase" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
