Return-Path: X-Original-To: apmail-jackrabbit-oak-dev-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-oak-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EE8D910479 for ; Thu, 17 Oct 2013 07:08:17 +0000 (UTC) Received: (qmail 31032 invoked by uid 500); 17 Oct 2013 07:08:17 -0000 Delivered-To: apmail-jackrabbit-oak-dev-archive@jackrabbit.apache.org Received: (qmail 30878 invoked by uid 500); 17 Oct 2013 07:08:12 -0000 Mailing-List: contact oak-dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: oak-dev@jackrabbit.apache.org Delivered-To: mailing list oak-dev@jackrabbit.apache.org Received: (qmail 30840 invoked by uid 99); 17 Oct 2013 07:08:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Oct 2013 07:08:11 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mreutegg@adobe.com designates 64.18.1.37 as permitted sender) Received: from [64.18.1.37] (HELO exprod6og116.obsmtp.com) (64.18.1.37) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Oct 2013 07:08:03 +0000 Received: from outbound-smtp-1.corp.adobe.com ([192.150.11.134]) by exprod6ob116.postini.com ([64.18.5.12]) with SMTP ID DSNKUl+MvC/Zak1ESHU5p/dJp58g7RfsFg4A@postini.com; Thu, 17 Oct 2013 00:07:42 PDT Received: from inner-relay-2.corp.adobe.com ([153.32.1.52]) by outbound-smtp-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id r9H741iH001942 for ; Thu, 17 Oct 2013 00:04:01 -0700 (PDT) Received: from nacas02.corp.adobe.com (nacas02.corp.adobe.com [10.8.189.100]) by inner-relay-2.corp.adobe.com (8.12.10/8.12.10) with ESMTP id r9H77eOU002108 for ; Thu, 17 Oct 2013 00:07:40 -0700 (PDT) Received: from eurcas01.eur.adobe.com (10.128.4.27) by nacas02.corp.adobe.com (10.8.189.100) with Microsoft SMTP Server (TLS) id 8.3.327.1; Thu, 17 Oct 2013 00:07:39 -0700 Received: from eurmbx01.eur.adobe.com ([10.128.4.32]) by eurcas01.eur.adobe.com ([10.128.4.27]) with mapi; Thu, 17 Oct 2013 08:07:38 +0100 From: Marcel Reutegger To: "oak-dev@jackrabbit.apache.org" Date: Thu, 17 Oct 2013 08:07:37 +0100 Subject: RE: svn commit: r1532782 [1/2] - in /jackrabbit/oak/trunk: oak-core/src/main/java/org/apache/jackrabbit/oak/core/ oak-core/src/main/java/org/apache/jackrabbit/oak/kernel/ oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/ oak-core/src/main... Thread-Topic: svn commit: r1532782 [1/2] - in /jackrabbit/oak/trunk: oak-core/src/main/java/org/apache/jackrabbit/oak/core/ oak-core/src/main/java/org/apache/jackrabbit/oak/kernel/ oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/ oak-core/src/main... Thread-Index: Ac7KodpetrzXGvmRSOetQPoedbpJ7gAXmPvw Message-ID: <9C0FC4C8E9C29945B01766FC7F9D389818A7A2C2BA@eurmbx01.eur.adobe.com> References: <20131016144304.05F7423889FA@eris.apache.org> <525EB4FA.3030602@apache.org> <525EE1E7.7070405@apache.org> In-Reply-To: <525EE1E7.7070405@apache.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org hi, > > potentially troublesome due to the extra contention and possible > > conflicts on the commitinfo node. >=20 > Conflicts at that point cannot occur within a single cluster node since > we are already serialised here. this may be correct today, but I'm working on the MongoMK to support concurrent non-conflicting commits and at the same time maintain a consistent sequence of events. this commit info would probably cause a problem along the way.=20 regards marcel