Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CABA179B1 for ; Tue, 29 Nov 2011 15:46:49 +0000 (UTC) Received: (qmail 44053 invoked by uid 500); 29 Nov 2011 15:46:48 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 43999 invoked by uid 500); 29 Nov 2011 15:46:48 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 43991 invoked by uid 99); 29 Nov 2011 15:46:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Nov 2011 15:46:48 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.215.180] (HELO mail-ey0-f180.google.com) (209.85.215.180) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Nov 2011 15:46:40 +0000 Received: by eaac11 with SMTP id c11so4206969eaa.11 for ; Tue, 29 Nov 2011 07:46:20 -0800 (PST) Received: by 10.14.19.210 with SMTP id n58mr2325403een.78.1322581580111; Tue, 29 Nov 2011 07:46:20 -0800 (PST) Received: from dubbook.lan (188-22-105-52.adsl.highway.telekom.at. [188.22.105.52]) by mx.google.com with ESMTPS id s44sm73690445eef.11.2011.11.29.07.46.18 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 29 Nov 2011 07:46:19 -0800 (PST) Date: Tue, 29 Nov 2011 16:46:16 +0100 From: Michael Aufreiter To: user@couchdb.apache.org Message-ID: In-Reply-To: <4ED48D2A.50802@gmail.com> References: <4ED48D2A.50802@gmail.com> Subject: Re: Replication stops unexpectedly X-Mailer: sparrow 1.4.2 (build 959.4) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Thanks for the suggestions. I managed to replicate using pull by tunneling through ssh. It worked, though it took really long. -- Michael On Tuesday, November 29, 2011 at 8:43 AM, CGS wrote: > Do you trigger one time replication or continuous? Because for one time > replication can be that the session is too big for one session. Have you > tried to trigger it again after it stops? > > > > On 11/29/2011 08:29 AM, Michael Aufreiter wrote: > > I'm trying to replicate a full database from my local machine to my server at substance.io (http://substance.io). > > Both are running Couchbase Single. > > > > It's 16,000 documents that need to be transferred (push replication). However for some reason replication stops at around 12,000 documents. The request stays open. There's no error message. > > > > Any idea what could be the cause? > > > > Thanks, > > > > Michael