You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Adam Kocoloski (JIRA)" <ji...@apache.org> on 2009/03/07 20:00:56 UTC

[jira] Commented: (COUCHDB-240) Replication breaks with large Attachments.

    [ https://issues.apache.org/jira/browse/COUCHDB-240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12679903#action_12679903 ] 

Adam Kocoloski commented on COUCHDB-240:
----------------------------------------

Hi Maximillian, can you try again with trunk r751306 or newer?  We rewrote the replicator and improved its memory utilization.

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