From dev-return-9842-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Tue May 04 11:39:36 2010 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 80704 invoked from network); 4 May 2010 11:39:36 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 May 2010 11:39:36 -0000 Received: (qmail 21198 invoked by uid 500); 4 May 2010 11:39:35 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 21072 invoked by uid 500); 4 May 2010 11:39:35 -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 21060 invoked by uid 99); 4 May 2010 11:39:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 May 2010 11:39:34 +0000 X-ASF-Spam-Status: No, hits=-1382.9 required=10.0 tests=ALL_TRUSTED,AWL,FS_REPLICA X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 May 2010 11:39:29 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o44Bd9Lq009397 for ; Tue, 4 May 2010 11:39:09 GMT Message-ID: <18879633.34631272973149091.JavaMail.jira@thor> Date: Tue, 4 May 2010 07:39:09 -0400 (EDT) From: "Daniel Bechler (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Commented: (COUCHDB-690) replication fail -- couchdb crashed In-Reply-To: <1974408196.224721268392287205.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/COUCHDB-690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12863769#action_12863769 ] Daniel Bechler commented on COUCHDB-690: ---------------------------------------- I'm having the same issue (and same error log). This happens frequently on a small (<10k docs), but write-heavy (very high update frequency of all docs) database, when replicating from a server in the USA to Europe. Running CouchDB 0.11.0 on both servers. > replication fail -- couchdb crashed > ----------------------------------- > > Key: COUCHDB-690 > URL: https://issues.apache.org/jira/browse/COUCHDB-690 > Project: CouchDB > Issue Type: Bug > Components: Replication > Affects Versions: 0.10.1 > Environment: linux 2.6.30.7 - debian 5.0 > Reporter: linkfluence > Priority: Critical > Attachments: couch.log > > > We have a database on host A with 8.5 millions document. The size of the database is ~450GO. > We first tried to start a continuous replication on a second host B. The replication stoped after only 1Go have been copied, and the replication never started again. > We then copied the database file from host A on host B. When the file was copied, we started a replication from A to B, then the couchdb on host B crashed. It tooks a long time to fetch a list of IDs, then it appears in the logfile that a time out occured on host B, and immediatly after the couchdb instance on host B crashed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.