Couchbase.Core.Exceptions.KeyValue.DurabilityImpossibleException

I suppose that I don’t need to set the durability because, getting form documentation, i found out this:

  • majority — replicate to a majority of the replicas before acknowledging the write. This is the default level.

Regarding the replica i fond out this:

If using a single node cluster (for example, during development), then note that the default number of replicas for a newly created bucket is 1. If left at this default, then all Key-Value writes performed at with durabiltiy will fail with a DurabilityImpossibleException .

But, I’m using a cluster with 11 nodes (not single node cluster)

Regards
Federico