Sliosh commented on issue #5002: URL: https://github.com/apache/couchdb/issues/5002#issuecomment-2017894768
Thanks for the fast fix. I will test this later. > as an aside, we strongly recommend that couchdb clusters do not span locations I thought that with the following configuration there would be no problem to use a cluster instead of replication: ``` yaml [cluster] q=1 n=3 w=1 r=1 ``` But if thats not supported, we need to switch to replication. In this case we need to replicate database deletes in the application layer, right? > you don't have to have a nouveau node for each couchdb node We do this, because we need every location working independent if there is a network failure between them. -- 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]
