I have a cluster of 3 nodes with automatic failover.
After one node is down and the failover is done when I try to insert a new document with options {replicate_to:1} and get “Durability requirements failed” in the error message.
I thought after failover this should be OK since I still have two servers up.
Hey @noamaradjunk,
How many replicas do you have configured on the bucket on the server-side?
Cheers, Brett
Hey @noamaradjunk,
With only a single replica enabled, when once of your cluster nodes fails, you can expect a percentage of your data to either loose its primary store, or its replica store. For a period of time, the server will only have one of the stores available, and attempts to persist with replication will fail until the server is able to completely restore its replicas.
Cheers, Brett