From dev-return-34235-apmail-jackrabbit-dev-archive=jackrabbit.apache.org@jackrabbit.apache.org Fri Feb 24 09:54:12 2012 Return-Path: X-Original-To: apmail-jackrabbit-dev-archive@www.apache.org Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 012019BA6 for ; Fri, 24 Feb 2012 09:54:12 +0000 (UTC) Received: (qmail 9305 invoked by uid 500); 24 Feb 2012 09:54:11 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 9252 invoked by uid 500); 24 Feb 2012 09:54:11 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 9244 invoked by uid 99); 24 Feb 2012 09:54:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Feb 2012 09:54:11 +0000 X-ASF-Spam-Status: No, hits=-1.3 required=5.0 tests=FRT_ADOBE2,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of a.schrijvers@1hippo.com designates 64.18.2.167 as permitted sender) Received: from [64.18.2.167] (HELO exprod7og107.obsmtp.com) (64.18.2.167) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 24 Feb 2012 09:54:03 +0000 Received: from mail-tul01m020-f181.google.com ([209.85.214.181]) (using TLSv1) by exprod7ob107.postini.com ([64.18.6.12]) with SMTP ID DSNKT0deJ8q6iUG5CZiNcXOdk+ColHycek3K@postini.com; Fri, 24 Feb 2012 01:53:43 PST Received: by mail-tul01m020-f181.google.com with SMTP id up10so2890472obb.40 for ; Fri, 24 Feb 2012 01:53:43 -0800 (PST) Received-SPF: pass (google.com: domain of a.schrijvers@1hippo.com designates 10.182.51.73 as permitted sender) client-ip=10.182.51.73; Authentication-Results: mr.google.com; spf=pass (google.com: domain of a.schrijvers@1hippo.com designates 10.182.51.73 as permitted sender) smtp.mail=a.schrijvers@1hippo.com Received: from mr.google.com ([10.182.51.73]) by 10.182.51.73 with SMTP id i9mr629228obo.17.1330077223277 (num_hops = 1); Fri, 24 Feb 2012 01:53:43 -0800 (PST) MIME-Version: 1.0 Received: by 10.182.51.73 with SMTP id i9mr557564obo.17.1330077223184; Fri, 24 Feb 2012 01:53:43 -0800 (PST) Received: by 10.60.45.38 with HTTP; Fri, 24 Feb 2012 01:53:43 -0800 (PST) In-Reply-To: References: Date: Fri, 24 Feb 2012 10:53:43 +0100 Message-ID: Subject: Re: [jr3 trade consistency for availability] From: Ard Schrijvers To: dev@jackrabbit.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQm6CekHKUhLWem5bLQVQvZHfYjtMquEcvHDnuqSCoDLShKHTXDCeGsPCa7Q/R0QIJIZNegP On Thu, Feb 23, 2012 at 1:48 PM, Thomas Mueller wrote: > Hi, > >>after a search is executed, you get back a jcr >>NodeIterator from the search result. In the mean time, while >>iterating, a node from the result can be deleted by a different >>session. > > We plan to use a MVCC model, so you will still see the old data. I missed that! (should catch up first) sounds promising (and challenging). Thanks a lot for your feedback Thomas Regards Ard > > > Regards, > Thomas >