From couchdb-user-return-773-apmail-incubator-couchdb-user-archive=incubator.apache.org@incubator.apache.org Tue Jul 15 19:24:55 2008 Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 57277 invoked from network); 15 Jul 2008 19:24:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Jul 2008 19:24:55 -0000 Received: (qmail 73469 invoked by uid 500); 15 Jul 2008 19:24:53 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 73447 invoked by uid 500); 15 Jul 2008 19:24:53 -0000 Mailing-List: contact couchdb-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-user@incubator.apache.org Delivered-To: mailing list couchdb-user@incubator.apache.org Received: (qmail 73433 invoked by uid 99); 15 Jul 2008 19:24:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jul 2008 12:24:53 -0700 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 jchris@gmail.com designates 74.125.46.157 as permitted sender) Received: from [74.125.46.157] (HELO yw-out-1718.google.com) (74.125.46.157) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jul 2008 19:23:58 +0000 Received: by yw-out-1718.google.com with SMTP id 5so2717887ywr.0 for ; Tue, 15 Jul 2008 12:24:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=pm4FIIHVr9wKrsI7CWfi7EZSEH6AFvyVLASIXffY0ZY=; b=DvGh5GZOcxzP5GxGiWBqRqZa9udLjynWJ0ZEqYzmNUxdvoNYYafLiah/y9Q1aIVPSb AqWDDdkETST8nMpbNp0t1d6n57i684jba3afHkVjxRgJu61RIPjFKFzYYLLa2gOdMBIS 1EwNfRM4YbRuI9wX+UY23xbdkvMnPoQ2d408o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=gQHoiucRB6yKEqMmbOwx5KWR8oaTV3V2zWf+On/fmUDsOmBcSXzcjSZaOGJ+syA7kh thQHOhc2iW0GRQYvHCDJKKLfWXWhF5qLdo6BQsXe/q9hU2i4lkz+GZjCz3d1qar6AnOE y/XvgtdhZW4jH7USwdri1N68/LkHW2IOyJeKw= Received: by 10.115.78.1 with SMTP id f1mr19557103wal.150.1216149854418; Tue, 15 Jul 2008 12:24:14 -0700 (PDT) Received: by 10.114.78.7 with HTTP; Tue, 15 Jul 2008 12:24:14 -0700 (PDT) Message-ID: Date: Tue, 15 Jul 2008 12:24:14 -0700 From: "Chris Anderson" Sender: jchris@gmail.com To: couchdb-user@incubator.apache.org Subject: Re: replication usage? creating dupes? In-Reply-To: <6f7ea56f0807151040l3d1be21cvdac9913cd214f0c7@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8949D592-56FE-42E4-94E5-388B681C2BB2@gmail.com> <6f7ea56f0807151040l3d1be21cvdac9913cd214f0c7@mail.gmail.com> X-Google-Sender-Auth: 9f79e53c4a9004f8 X-Virus-Checked: Checked by ClamAV on apache.org On Tue, Jul 15, 2008 at 10:40 AM, John Evans wrote: > FWIW I've been running into these exact same issues. I'll chime in with a me too. I've worked around it by writing a client-side replicator, that loads up all docs from both dbs, and copies any missing docs over to the target db. My requirements mean I don't need to worry about multiple versions of a doc, so this has worked for me for the time being. It would be more convenient to have fast, reliable replication. I'll commit the replicator to CouchRest this week. -- Chris Anderson http://jchris.mfdz.com