Hi, We are using couchbase java client 1.4.5. and we find the 
FailureMode.Redistribute does not work as expected.
As the API said 
Redistribute  will
Move on to functional nodes when nodes fail.

In this failure mode, the failure of a node will cause its current queue 
and future requests to move to the next logical node in the cluster for a 
given key,


However, when we manually  drop all requests in a Couchbase server node, 
the client still try to push some documents to that failed nodes instead of 
distribute to other nodes.

So here is my question:

1.How does Couchbase determine which is failure node? Do we need to 
manually remove the failure node from node list in client?

2.If it detects the failure node, why it still trying to connect to the 
same node?


Thanks  

-- 
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.

Reply via email to