Closed tahpot closed 2 years ago
It's essential all_nodes
and cluster_noes
are identical otherwise CouchDB will give a no_majority
error when inserting data. (See https://stackoverflow.com/questions/48508974/couchdb-gives-no-majority-when-trying-to-update-security).
The cluster had cluster_nodes
that weren't reachable. Removing these resolved the issue.
Attempting to save using
nano
viainsert
on a new CouchDB cluster throws an errorno_majority
.