nickva commented on issue #3887:
URL: https://github.com/apache/couchdb/issues/3887#issuecomment-1756661265
> good news-- building CouchDB from main and using the config option you
provided fixed it!!
That's great to hear. Credit also goes to @rnewson for both fixing the ipv6
setting and remembering that it was the correct answer for this issue!
> For having A, B, and C nodes, how would I setup replication? Would I want
like a triangle, where each vertex is a node and each side has bi-directional
replication?
A triangle would work with 3 bi-directional links (a total of 6 links):
* On A run: A -> B, A-> C
* On B run: B -> A, B -> C
* On C run: C -> A, C -> B
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]