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 2022/10/13 14:59:09 UTC

[GitHub] [couchdb] nickva commented on issue #4204: Replication crashes just on single database from many

nickva commented on issue #4204:
URL: https://github.com/apache/couchdb/issues/4204#issuecomment-1277752399

   `missing_doc` often means the document update which changes feed saw was not found when replicator went to fetch all of its revisions. It might happen if the document is deleted in the meantime (and compaction runs), or if the document was just created but somehow it wasn't propagated to the all the nodes in the cluster. 
   
   There is one retry which the replicator will do that case. You can adjust the sleep period with this setting `[replicator] missing_doc_retry_msec = 2000`. The defaults is 2 seconds but you could set to, say, 10000 (10 seconds). Then check that you have good inter-node (cluster) connectivity. 


-- 
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: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org