Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 32518 invoked from network); 15 Apr 2009 14:49:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Apr 2009 14:49:37 -0000 Received: (qmail 2903 invoked by uid 500); 15 Apr 2009 14:49:36 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 2843 invoked by uid 500); 15 Apr 2009 14:49:36 -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 2833 invoked by uid 99); 15 Apr 2009 14:49:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Apr 2009 14:49:36 +0000 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; Wed, 15 Apr 2009 14:49:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3C06C29A0013 for ; Wed, 15 Apr 2009 07:49:15 -0700 (PDT) Message-ID: <1250173941.1239806955244.JavaMail.jira@brutus> Date: Wed, 15 Apr 2009 07:49:15 -0700 (PDT) From: "Adam Kocoloski (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-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 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=12699221#action_12699221 ] Adam Kocoloski commented on COUCHDB-240: ---------------------------------------- Hi Jeff, what was the reason given in the logs on the line that begins " streaming attachment failed with". Was it also connection_closed as reported by Maximillian? > 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 > Assignee: Adam Kocoloski > Fix For: 0.10 > > > 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.