You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2020/03/13 22:44:09 UTC

[GitHub] [couchdb] wohali commented on issue #2139: Conflict when adding a previously deleted document

wohali commented on issue #2139: Conflict when adding a previously deleted document
URL: https://github.com/apache/couchdb/issues/2139#issuecomment-598960989
 
 
   @manufont Yup, that's expected in the target, since the document "tombstone" won't appear in the target.
   
   As for your primary case, reducing _revs_limit creates replication issues. If a common ancestor of an update cannot be found, then a new branch is created - in other words, a conflict is created.
   
   We don't recommend changing _revs_limit at all, so we're going to have to close this as outside of our recommended usage guidelines. Sorry about that.
   
   See #1994 for a similar situation.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services