Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 22055 invoked from network); 28 Jan 2009 15:39:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Jan 2009 15:39:48 -0000 Received: (qmail 82277 invoked by uid 500); 28 Jan 2009 15:39:46 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 82234 invoked by uid 500); 28 Jan 2009 15:39:46 -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 82214 invoked by uid 99); 28 Jan 2009 15:39:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Jan 2009 07:39:46 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=FS_REPLICA,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of b.candler@pobox.com designates 207.106.133.19 as permitted sender) Received: from [207.106.133.19] (HELO sasl.smtp.pobox.com) (207.106.133.19) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Jan 2009 15:39:36 +0000 Received: from localhost.localdomain (unknown [127.0.0.1]) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTP id 4345994DD9 for ; Wed, 28 Jan 2009 10:39:13 -0500 (EST) Received: from mappit (unknown [80.45.95.114]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTPSA id B8B6894DD8 for ; Wed, 28 Jan 2009 10:39:12 -0500 (EST) Received: from brian by mappit with local (Exim 4.69) (envelope-from ) id 1LSCVS-0003SB-Th for user@couchdb.apache.org; Wed, 28 Jan 2009 15:39:10 +0000 Date: Wed, 28 Jan 2009 15:39:10 +0000 From: Brian Candler To: user@couchdb.apache.org Subject: Re: Trouble with replication Message-ID: <20090128153910.GA13228@uk.tiscali.com> References: <20090128153026.GA12384@uk.tiscali.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090128153026.GA12384@uk.tiscali.com> User-Agent: Mutt/1.5.17+20080114 (2008-01-14) X-Pobox-Relay-ID: D03ABF1C-ED51-11DD-9540-CC4CC92D7133-28021239!a-sasl-fastnet.pobox.com X-Virus-Checked: Checked by ClamAV on apache.org Oh, here are console logs on the two couchdb instances when I run replicate.sh: [5001] [info] [<0.4604.0>] 127.0.0.1 - - 'DELETE' /sampledb 200 [info] [<0.4605.0>] 127.0.0.1 - - 'PUT' /sampledb 201 [info] [<0.4606.0>] 127.0.0.1 - - 'PUT' /sampledb/doc1 201 [info] [<0.4611.0>] 127.0.0.1 - - 'GET' /sampledb/ 200 [info] [<0.4611.0>] 127.0.0.1 - - 'GET' /sampledb/_local%2Fcandlerb-desktop:http:%2F%2Flocalhost:5001%2Fsampledb:sampledb 404 [info] [<0.4613.0>] 127.0.0.1 - - 'GET' /sampledb/_all_docs_by_seq?limit=100&startkey=0 200 [info] [<0.4613.0>] 127.0.0.1 - - 'GET' /sampledb/doc1?revs=true&attachments=true&latest=true&open_revs=["3346306908"] 200 [info] [<0.4613.0>] 127.0.0.1 - - 'GET' /sampledb/_all_docs_by_seq?limit=100&startkey=1 200 [info] [<0.4614.0>] 127.0.0.1 - - 'POST' /sampledb/_ensure_full_commit 201 [info] [<0.4613.0>] 127.0.0.1 - - 'PUT' /sampledb/_local%2Fcandlerb-desktop:http:%2F%2Flocalhost:5001%2Fsampledb:sampledb 201 [info] [<0.4615.0>] 127.0.0.1 - - 'GET' /sampledb/doc1 200 [info] [<0.4617.0>] 127.0.0.1 - - 'PUT' /sampledb/doc1 201 [info] [<0.4618.0>] 127.0.0.1 - - 'GET' /sampledb/doc1 200 [info] [<0.4613.0>] 127.0.0.1 - - 'GET' /sampledb/ 200 [info] [<0.4613.0>] 127.0.0.1 - - 'GET' /sampledb/_local%2Fcandlerb-desktop:http:%2F%2Flocalhost:5001%2Fsampledb:sampledb 200 [info] [<0.4613.0>] 127.0.0.1 - - 'GET' /sampledb/_all_docs_by_seq?limit=100&startkey=0 200 [info] [<0.4613.0>] 127.0.0.1 - - 'GET' /sampledb/doc1?revs=true&attachments=true&latest=true&open_revs=["1620509744"] 200 [info] [<0.4613.0>] 127.0.0.1 - - 'GET' /sampledb/_all_docs_by_seq?limit=100&startkey=2 200 [info] [<0.4620.0>] 127.0.0.1 - - 'POST' /sampledb/_ensure_full_commit 201 [info] [<0.4613.0>] 127.0.0.1 - - 'PUT' /sampledb/_local%2Fcandlerb-desktop:http:%2F%2Flocalhost:5001%2Fsampledb:sampledb 201 [info] [<0.4621.0>] 127.0.0.1 - - 'GET' /sampledb/doc1 200 [info] [<0.4613.0>] 127.0.0.1 - - 'GET' /sampledb/ 200 [info] [<0.4613.0>] 127.0.0.1 - - 'GET' /sampledb/_local%2Fcandlerb-desktop:sampledb:http:%2F%2Flocalhost:5001%2Fsampledb 404 [info] [<0.4623.0>] 127.0.0.1 - - 'POST' /sampledb/_missing_revs 200 [info] [<0.4624.0>] 127.0.0.1 - - 'POST' /sampledb/_bulk_docs 201 [info] [<0.4625.0>] 127.0.0.1 - - 'POST' /sampledb/_ensure_full_commit 201 [info] [<0.4613.0>] 127.0.0.1 - - 'PUT' /sampledb/_local%2Fcandlerb-desktop:sampledb:http:%2F%2Flocalhost:5001%2Fsampledb 201 [info] [<0.4627.0>] 127.0.0.1 - - 'GET' /sampledb/doc1?revs_info=true 200 [5002] [info] [<0.4655.0>] 127.0.0.1 - - 'DELETE' /sampledb 200 [info] [<0.4656.0>] 127.0.0.1 - - 'PUT' /sampledb 201 [info] [<0.4657.0>] A server has restarted sinced replication start. Not recording the new sequence number to ensure the replication is redone and documents reexamined. [info] [<0.4657.0>] 127.0.0.1 - - 'POST' /_replicate 200 [info] [<0.4662.0>] 127.0.0.1 - - 'GET' /sampledb/doc1 200 [info] [<0.4670.0>] 127.0.0.1 - - 'PUT' /sampledb/doc1 201 [info] [<0.4671.0>] 127.0.0.1 - - 'GET' /sampledb/doc1 200 [info] [<0.4673.0>] A server has restarted sinced replication start. Not recording the new sequence number to ensure the replication is redone and documents reexamined. [info] [<0.4673.0>] 127.0.0.1 - - 'POST' /_replicate 200 [info] [<0.4674.0>] 127.0.0.1 - - 'GET' /sampledb/doc1 200 [info] [<0.4680.0>] A server has restarted sinced replication start. Not recording the new sequence number to ensure the replication is redone and documents reexamined. [info] [<0.4680.0>] 127.0.0.1 - - 'POST' /_replicate 200 [info] [<0.4681.0>] 127.0.0.1 - - 'GET' /sampledb/doc1?revs_info=true 200 The replication requests are going to 5002. I don't know if the "server restart" messages are normal, nor the funky _local/hostname:http://... URLs which are received at 5001. Regards, Brian.