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 6A4D911777 for ; Wed, 2 Apr 2014 07:08:00 +0000 (UTC) Received: (qmail 96050 invoked by uid 500); 2 Apr 2014 07:07:59 -0000 Delivered-To: apmail-jackrabbit-oak-dev-archive@jackrabbit.apache.org Received: (qmail 95948 invoked by uid 500); 2 Apr 2014 07:07:57 -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 95940 invoked by uid 99); 2 Apr 2014 07:07:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Apr 2014 07:07:57 +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 (athena.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [64.18.1.237] (HELO exprod6og121.obsmtp.com) (64.18.1.237) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Apr 2014 07:07:50 +0000 Received: from outbound-smtp-1.corp.adobe.com ([192.150.11.134]) by exprod6ob121.postini.com ([64.18.5.12]) with SMTP ID DSNKUzu3MfN4733kiVtSw66khCIqn1rfn2JH@postini.com; Wed, 02 Apr 2014 00:07:29 PDT Received: from inner-relay-1.corp.adobe.com ([153.32.1.51]) by outbound-smtp-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id s3273MvV022771 for ; Wed, 2 Apr 2014 00:03:22 -0700 (PDT) Received: from [10.132.1.174] (mduerig-macbookpro1.corp.adobe.com [10.132.1.174]) by inner-relay-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id s32773rJ027462 for ; Wed, 2 Apr 2014 00:07:20 -0700 (PDT) Message-ID: <533BB717.9000405@apache.org> Date: Wed, 02 Apr 2014 09:07:03 +0200 From: =?ISO-8859-1?Q?Michael_D=FCrig?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: oak-dev@jackrabbit.apache.org Subject: Re: svn commit: r1577449 - in /jackrabbit/oak/trunk/oak-core/src: main/java/org/apache/jackrabbit/oak/plugins/segment/ main/java/org/apache/jackrabbit/oak/plugins/segment/file/ main/java/org/apache/jackrabbit/oak/plugins/segment/http/ main/java/org/apache/... References: <20140314084239.70F982388860@eris.apache.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 2.4.14 8:06 , Jukka Zitting wrote: > Hi, > > On Mon, Mar 31, 2014 at 11:59 PM, Chetan Mehrotra > wrote: >>> Why the . extra subdirectory? >> >> The repository home folder is used by various components in Oak. > > I consider this an unfortunate recent development. > > Most parts in Oak have explicitly been designed to store all content > and configuration within the NodeStore/MicroKernel, which is why we're > able to localize all clustering, backup and other such concerns within > those backend implementations. That design gets broken if components > start storing data separately in the repository folder. I double that. Everything is content was and IMO should still be a key driver for the design. Michael > > BR, > > Jukka Zitting >