Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 14332 invoked from network); 1 Nov 2009 22:09:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Nov 2009 22:09:07 -0000 Received: (qmail 11038 invoked by uid 500); 1 Nov 2009 22:09:07 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 10961 invoked by uid 500); 1 Nov 2009 22:09:06 -0000 Mailing-List: contact commits-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 commits@couchdb.apache.org Received: (qmail 10945 invoked by uid 500); 1 Nov 2009 22:09:06 -0000 Delivered-To: apmail-incubator-couchdb-commits@incubator.apache.org Received: (qmail 10942 invoked by uid 99); 1 Nov 2009 22:09:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Nov 2009 22:09:06 +0000 X-ASF-Spam-Status: No, hits=-1998.8 required=10.0 tests=ALL_TRUSTED,FS_REPLICA X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Nov 2009 22:09:04 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 2BB8016E2E; Sun, 1 Nov 2009 22:08:43 +0000 (GMT) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Sun, 01 Nov 2009 22:08:43 -0000 Message-ID: <20091101220843.12749.49757@eos.apache.org> Subject: =?utf-8?q?=5BCouchdb_Wiki=5D_Update_of_=22Replication=5Fand=5Fconflicts?= =?utf-8?q?=22_by_BrianCandler?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for c= hange notification. The "Replication_and_conflicts" page has been changed by BrianCandler. The comment on this change is: all_or_nothing transaction boundaries *aren'= t* preserved through replication. http://wiki.apache.org/couchdb/Replication_and_conflicts?action=3Ddiff&rev1= =3D8&rev2=3D9 -------------------------------------------------- the changes in the request will be forcibly applied to the database, even= if that introduces conflicts. The only guarantee you are given is that they will either all be applied to the database, or none of them (e.g. if the - power is pulled out before the update is finished writing to disk). They + power is pulled out before the update is finished writing to disk). - also replicate together as an atomic unit. = So this gives you a way to introduce conflicts within a single database instance. If you choose to do this instead of PUT, it means you don't ha= ve