You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.
When triggering local database to database replication's specifying "doc_ids" some requests will randomly stall. They can still regardless of if there is any work to be done.
When triggering local database to database replication's specifying "doc_ids" some requests will randomly stall. They can still regardless of if there is any work to be done.
request looks like
{"source":"http://admin:***@localhost:5984/main","target":"http://admin:***@127.0.0.1:5984/user1","doc_ids":["doc1","doc2"]}
If I curl the request sometimes it will work, other times it hangs at
[info] [<0.253.0>] [55dbf6ca] starting new replication "38e8191b6e950d21b353a2cb11a9d31d" at <0.271.0>
On 0.4.x branch
The text was updated successfully, but these errors were encountered: