From dev-return-9159-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Tue Mar 16 10:43:52 2010 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 70819 invoked from network); 16 Mar 2010 10:43:52 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Mar 2010 10:43:52 -0000 Received: (qmail 42857 invoked by uid 500); 16 Mar 2010 10:43:51 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 42816 invoked by uid 500); 16 Mar 2010 10:43:51 -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 42808 invoked by uid 99); 16 Mar 2010 10:43:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Mar 2010 10:43:50 +0000 X-ASF-Spam-Status: No, hits=-1996.4 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; Tue, 16 Mar 2010 10:43:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 89E59234C48D for ; Tue, 16 Mar 2010 10:43:27 +0000 (UTC) Message-ID: <1660889185.287301268736207563.JavaMail.jira@brutus.apache.org> Date: Tue, 16 Mar 2010 10:43:27 +0000 (UTC) From: "linkfluence (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Created: (COUCHDB-701) Replication failed then couchdb crashes 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 Replication failed then couchdb crashes --------------------------------------- Key: COUCHDB-701 URL: https://issues.apache.org/jira/browse/COUCHDB-701 Project: CouchDB Issue Type: Bug Components: Replication Affects Versions: 0.10.1 Environment: host A : 2.6.32.2 Debian 5 lenny host B : 2.6.30.7 Debian 5 lenny Reporter: linkfluence Priority: Critical We have two hosts, host A and host B. We created an empty database named "my_couch_db" on each host. We configured a continuous replication on host A where source is "my_couch_db" and target is "http://host.B/my_couch_db". When adding documents on host A, they are replicated to database on host B, but after a few hours the replication crashed and then couchdb too. The replication stopped after replicating 30231 documents on my_couch_db of host B. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.