Setup is a 2 node cluster with a bucket with 1 replica.
Everything is working.
I suddenly shut down one node,
Bucket.Get<T>(sKey) fails
I’m calling:
Bucket.GetFromReplica<T>(sKey);
Also fails with “Failed to acquire a connection after 5 tries.”
- What should I do to read from replica ?
Restoring the node and the app cannot continue unless I restart it (which is really bad). Errors are: “The operation has timed out” and “Failed to acquire a connection after 5 tries.”
- What should I change for the app to restore functionality without restart ?