Couchdb becomes unreachable after replication of large number of docs with attachments! #2961
Unanswered
anuragvohraec
asked this question in
Q&A
Replies: 1 comment
-
can you check if you’re running out of ports? This does not look like a CouchDB issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Local Couchdb becomes in "Failed to connect" state, after replicating large number of documents.
Description
I have written a replication client in dart language.
I am able to replicate docs, say 30 docs with attachments with couchdb.
But when I am replicating [from my dart client to couchdb] say 1000 docs, with 250 of them having attachments, couchdb fails completely during the replication process.
By failing here I mean, that when you hit url : http://0.0.0.0:5984, in browser, it doesnot gives any result. This Url works all fine before replication, but after replication it do not works.
The confusing thing here is that docker container [yes running couch via docker] is still running but if we try to access local couchdb address http://0.0.0.0:5984, it cannot be connected any more.
Additional Context
Logs of my replication
Beta Was this translation helpful? Give feedback.
All reactions