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 1181610987 for ; Mon, 12 May 2014 07:56:32 +0000 (UTC) Received: (qmail 41930 invoked by uid 500); 10 May 2014 23:14:35 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 73594 invoked by uid 500); 10 May 2014 23:01:32 -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 13099 invoked by uid 99); 10 May 2014 22:57:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 May 2014 22:57:15 +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 elecharny@gmail.com designates 74.125.82.173 as permitted sender) Received: from [74.125.82.173] (HELO mail-we0-f173.google.com) (74.125.82.173) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 May 2014 10:03:18 +0000 Received: by mail-we0-f173.google.com with SMTP id u57so3692784wes.4 for ; Fri, 09 May 2014 03:02:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=0LSC2jrKS9r4t1SV6WGvRT+JH7ysf6iZOkYXoHVcLHU=; b=0szKqAlHThatvm7TxXIM25o/4IVtC8MVvV01DQ9q2x359p2omFyPlXSoXMaxsU9MK7 37B5/a/xtVGTRsPa7RlwZ2FYPRf+hCWF06+selnOP5mHvreSS4kJtqIbOmpZePK2Lmli ReniiJpgjuLUwxnAYp+e0nB0m7MEBW+QhRJ6P7r/92OKGyvzu5gVm53ffKtA0XY3Vuv4 3m5kVspGzYlIOkL8uPG1NiYtCCmsgoE7DwV+IqcWafFk2ZqXoYMUkRBdamCOCBSSmCBJ dZIk3etrJCldRzODTBf7baBNrsA8krGemz0jwFexpRCbU9ntBcBgx7h6KL/4r3VTb6lZ KKqg== X-Received: by 10.194.242.66 with SMTP id wo2mr2460484wjc.37.1399629777773; Fri, 09 May 2014 03:02:57 -0700 (PDT) Received: from new-host-3.home ([90.24.242.82]) by mx.google.com with ESMTPSA id c7sm4848210wjf.19.2014.05.09.03.02.56 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 09 May 2014 03:02:56 -0700 (PDT) Message-ID: <536CA7CF.4030104@gmail.com> Date: Fri, 09 May 2014 12:02:55 +0200 From: =?UTF-8?B?RW1tYW51ZWwgTMOpY2hhcm55?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Apache Directory Developers List Subject: [Mavibot] Current status X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Hi ! so we now have a complete functionnal checker for Mavibot. Many bugs have been fixed, but at least we now are able to check sub-btrees and CopiedPages Btree. There are still some issue that need to be fixed : the LongArraySerializer is not symetric (ie, if you serialize a Long[], you wn't be able to deserialize it). This is due to the fact we don't serialize and deserialize the values in a correct way in the ValueHolder implementation. This has to be fixed. Regarding the resulting file, there are many lost pages, as we create many revisions of the CPB, which are never revovered. At the end, we have a file growing fast in size. This is the next step : implement the free pages reclaim system, so that we can limit the size of the file. Currently, we just reclaim the header of the BOB, which is far from being enough. I will suggest we first move the branch in trunk, and start from there after a release, as the code is working with ApacheDS. -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com