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

   @smulikHakipod the issue is that the source doesn't allow 
`_ensure_full_commit` so you'd have to try to replicate with `use_checkpoints = 
false` settings.
   
   
   @jdai1 The replication is probably timing out or throttling our replication 
job. I'd suggest trying much lower settings like 1 worker and a batch of 100 or 
so only. With higher retries_per_request and a high timeout.
   
   There is a hidden (undocumented) `"since_seq": "...-......"` replication job 
setting that allows starting a replication changes sequence from a particular 
start sequence (instead of 0) once you've replicated far enough you save the 
update sequence then start using that as the `"since_seq":...` in the 
replication job and so on.


-- 
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]

Reply via email to