Replication breaks with large Attachments.
------------------------------------------
Key: COUCHDB-240
URL: https://issues.apache.org/jira/browse/COUCHDB-240
Project: CouchDB
Issue Type: Bug
Components: Database Core
Affects Versions: 0.9
Environment: r 741265. Debian Linux unknown revision, FreeBSD 7.0.
GBit Network connection between the hosts.
Reporter: Maximillian Dornseif
I use the code in http://code.google.com/p/couchdb-python/issues/detail?id=54
to do replication between two machines.
I'm running 741265 on both machines. I have a Database with big attachments
(high-res images, 31.1 GB, 34026 Docs). "Pull" replication breaks with
following message sent via http:
couchdb.client.ServerError: (500, ('function_clause',
"[{lists,map,[#Fun<couch_rep.10.28922857>,ok]},\n
{couch_rep,open_doc_revs,4},\n {couch_rep,'-enum_docs_parallel/3-fun-1-',3},\n
{couch_rep,'-spawn_worker/3-fun-0-',3}]"))
With "push" replication the server just drops the connection
(httplib2/__init__.py", line 715, in connect
socket.error: (61, 'Connection refused') - why "refused" instead of "closed"?).
I have only been able to replicate the first 100 documents.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.