Return-Path: X-Original-To: apmail-directory-dev-archive@www.apache.org Delivered-To: apmail-directory-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 0D9319C93 for ; Fri, 2 Mar 2012 03:02:49 +0000 (UTC) Received: (qmail 46302 invoked by uid 500); 2 Mar 2012 03:02:48 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 46047 invoked by uid 500); 2 Mar 2012 03:02:47 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 46016 invoked by uid 99); 2 Mar 2012 03:02:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Mar 2012 03:02:47 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ayaselcuk@gmail.com designates 74.125.82.44 as permitted sender) Received: from [74.125.82.44] (HELO mail-ww0-f44.google.com) (74.125.82.44) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Mar 2012 03:02:41 +0000 Received: by wgbdr13 with SMTP id dr13so1149828wgb.1 for ; Thu, 01 Mar 2012 19:02:19 -0800 (PST) Received-SPF: pass (google.com: domain of ayaselcuk@gmail.com designates 10.180.85.69 as permitted sender) client-ip=10.180.85.69; Authentication-Results: mr.google.com; spf=pass (google.com: domain of ayaselcuk@gmail.com designates 10.180.85.69 as permitted sender) smtp.mail=ayaselcuk@gmail.com; dkim=pass header.i=ayaselcuk@gmail.com Received: from mr.google.com ([10.180.85.69]) by 10.180.85.69 with SMTP id f5mr914520wiz.18.1330657339883 (num_hops = 1); Thu, 01 Mar 2012 19:02:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=//viTPsrrsyCaWs9r0OJkDie/lNZMwJaGeHEOprlBPk=; b=D5Vr/kShpu+Tlnk8LxdUvYPOvSEaBfJf0xdC+/TZ0Tdec7QlWVeuxdRf5DFcjuz+Jz 1oVFBSEEpi4qbj+GeNCri3fqwfssPpCn7WyEBAJA+/nKNFMxCQpXaxUVo9L6iqj4T0ia jtWfzs1jwko4MUAjXxAtrWw+g1i+r+opbOU602hsbqTbasM/nxP0KxhGevh8HyeJDDd4 Dhkb3SqjJrsAjFtY0+iXMCGFsza1uqAzTHgvB+1JtakVn+0D+MPn0ELkr+HHv7jNPkGq A73nIpHy/QpCTNQ+JyV8ahssfKay6M3n1lOEYbzfljyBS+mkMnyvVYECpIs2LYix/bIP tDZA== MIME-Version: 1.0 Received: by 10.180.85.69 with SMTP id f5mr738694wiz.18.1330657339793; Thu, 01 Mar 2012 19:02:19 -0800 (PST) Received: by 10.227.32.82 with HTTP; Thu, 1 Mar 2012 19:02:19 -0800 (PST) In-Reply-To: References: <4F4F9226.1090508@gmail.com> Date: Fri, 2 Mar 2012 05:02:19 +0200 Message-ID: Subject: Re: DIRSERVER-1663 status with txn branch From: Selcuk AYA To: Apache Directory Developers List Cc: elecharny@apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Thu, Mar 1, 2012 at 8:40 PM, Alex Karasulu wrote: > > > On Thu, Mar 1, 2012 at 5:13 PM, Emmanuel L=E9charny > wrote: >> >> Hi guys, >> >> I just tested the txn branch agaist the small concurrent access test I >> created last september : it seems that with teh fixes Selcuk has injecte= d >> ino the code, we don't have any more issue ! >> >> This is a fantastic news ! >> > > Yeah nice work guys. > >> >> Now, that raise a question : should we merge immediately the branch into >> the trunk, or should we finish the ongoing work in the branch ? >> > > It's up to you guys. Might introduce instability but that might make it > easier to solidify rapidly and not have to deal with merging. > I think we should wait until write commit conflict and logical caches are handled. > -- > Best Regards, > -- Alex > thanks Selcuk