From user-return-18596-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Sat Oct 29 09:36:56 2011 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 B79699B23 for ; Sat, 29 Oct 2011 09:36:56 +0000 (UTC) Received: (qmail 20216 invoked by uid 500); 29 Oct 2011 09:36:54 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 20166 invoked by uid 500); 29 Oct 2011 09:36:54 -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 20158 invoked by uid 99); 29 Oct 2011 09:36:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Oct 2011 09:36:53 +0000 X-ASF-Spam-Status: No, hits=-0.4 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,FS_START_LOSE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of tretiy3@gmail.com designates 74.125.82.54 as permitted sender) Received: from [74.125.82.54] (HELO mail-ww0-f54.google.com) (74.125.82.54) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Oct 2011 09:36:46 +0000 Received: by wwe5 with SMTP id 5so6113404wwe.23 for ; Sat, 29 Oct 2011 02:36:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=K5PfqhpeIPBSpUJ2FksOKdSCCz1Nya9bRF5Nzy29Jqc=; b=cf1ZnifI0Fo7WSrommVhSJG8qiBnq7+44jgA2kYhtKXQPWEa2Chred0eIlJRMluvc/ 92o4bj7UmuPX9jz/wemQM9sOsZylN6z6CsrpCCjz03wQcoMkSg/rsjXyO/hNsVpDtfoY br3NR9mgGNOR8mhWi7X9/ss5wcs8lCRB4XmCo= Received: by 10.216.90.4 with SMTP id d4mr2061332wef.22.1319880984908; Sat, 29 Oct 2011 02:36:24 -0700 (PDT) Received: from [192.168.0.201] ([2.95.245.60]) by mx.google.com with ESMTPS id fi11sm20249021wbb.9.2011.10.29.02.36.16 (version=SSLv3 cipher=OTHER); Sat, 29 Oct 2011 02:36:24 -0700 (PDT) Message-ID: <4EABC930.5050501@gmail.com> Date: Sat, 29 Oct 2011 12:36:48 +0300 From: Alexey Ganzha User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.23) Gecko/20110921 Thunderbird/3.1.15 MIME-Version: 1.0 To: user@couchdb.apache.org Subject: Lose doc changes periodically Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi guys. I have 2 couch instances: 1 at home and 1 at production server. I edit docs on both of them periodically. Sinchronization is done only from home machine to and from production machine several times a day. I loose some changes from time to time. When i edit doc at home and push it to production the change are appeared immediatelly on production. doc['_rev'] are equal on both instances. When, after several synchronization and packing, the changes are dissapeared on both instances. Can`t figured it out yet. May be i missed something about synchronization strategy. By the way, the update sequences are different at home and at production.