Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 77027 invoked from network); 23 Feb 2009 03:24:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Feb 2009 03:24:23 -0000 Received: (qmail 91303 invoked by uid 500); 23 Feb 2009 03:24:23 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 91261 invoked by uid 500); 23 Feb 2009 03:24:22 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 91250 invoked by uid 99); 23 Feb 2009 03:24:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Feb 2009 19:24:22 -0800 X-ASF-Spam-Status: No, hits=-1998.8 required=10.0 tests=ALL_TRUSTED,FS_REPLICA X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Feb 2009 03:24:22 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CD19B234C495 for ; Sun, 22 Feb 2009 19:24:01 -0800 (PST) Message-ID: <1790783194.1235359441825.JavaMail.jira@brutus> Date: Sun, 22 Feb 2009 19:24:01 -0800 (PST) From: "Jeff Hinrichs (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Commented: (COUCHDB-240) Replication breaks with large Attachments. In-Reply-To: <906987802.1233870599515.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COUCHDB-240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675749#action_12675749 ] Jeff Hinrichs commented on COUCHDB-240: --------------------------------------- I've seen the same with attachments as small as 18MB -- see http://mail-archives.apache.org/mod_mbox/couchdb-user/200901.mbox/browser > 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,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.