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
I've been using this tool to dump a pretty big CouchDB database (59.2 MB after compaction) with 100k documents, and it keeps failing with this message:
A previous database, (28 MB and 7k documents) issued the same problem but after stopping all nodejs instances running in the machine, fininshed correctly the dump, so I assume there must be some relation. I've also checked in SO, there are many issues with connect EADDRNOTAVAIL regarding localhost connections and other nodejs instances running in the same machine. Perhaps it could help to fix the problem ;)
Congratulations for this piece of work!
Pedro.
The text was updated successfully, but these errors were encountered:
Hello,
I've been using this tool to dump a pretty big CouchDB database (59.2 MB after compaction) with 100k documents, and it keeps failing with this message:
{ [Error: connect EADDRNOTAVAIL]
status: 400,
result:
{ ok: false,
start_time: Wed Nov 12 2014 16:24:37 GMT+0100 (CET),
docs_read: 7055,
docs_written: 7055,
doc_write_failures: 0,
errors: [],
last_seq: 7056,
status: 'aborted',
end_time: Wed Nov 12 2014 16:25:52 GMT+0100 (CET) } }
A previous database, (28 MB and 7k documents) issued the same problem but after stopping all nodejs instances running in the machine, fininshed correctly the dump, so I assume there must be some relation. I've also checked in SO, there are many issues with connect EADDRNOTAVAIL regarding localhost connections and other nodejs instances running in the same machine. Perhaps it could help to fix the problem ;)
Congratulations for this piece of work!
Pedro.
The text was updated successfully, but these errors were encountered: