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 028249A9D for ; Thu, 3 May 2012 15:37:12 +0000 (UTC) Received: (qmail 80271 invoked by uid 500); 3 May 2012 15:37:11 -0000 Delivered-To: apmail-jackrabbit-oak-dev-archive@jackrabbit.apache.org Received: (qmail 80247 invoked by uid 500); 3 May 2012 15:37:11 -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 80239 invoked by uid 99); 3 May 2012 15:37:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 May 2012 15:37:11 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 May 2012 15:37:10 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id B4B4942E44E for ; Thu, 3 May 2012 15:36:50 +0000 (UTC) Date: Thu, 3 May 2012 15:36:50 +0000 (UTC) From: "Jukka Zitting (JIRA)" To: oak-dev@jackrabbit.apache.org Message-ID: <1527522422.22202.1336059410750.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <798695296.7294.1334063598274.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (OAK-56) File system abstraction MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/OAK-56?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13267504#comment-13267504 ] Jukka Zitting commented on OAK-56: ---------------------------------- I moved the code to oak-mk in revision 1333504 and replaced the dependencies in oak-core with simpler Java IO alternatives. I'm fine with leaving the code in svn for now if there's a reasonable expectation that we'll be using it down the line for a native Oak disk persistence instead of always using an externally developed database for storage. > File system abstraction > ----------------------- > > Key: OAK-56 > URL: https://issues.apache.org/jira/browse/OAK-56 > Project: Jackrabbit Oak > Issue Type: Improvement > Components: core, mk > Reporter: Thomas Mueller > Assignee: Thomas Mueller > Priority: Minor > > A file system abstraction allows to add new features (cross cutting concerns) in a modular way, for example: > - detection and special behavior of out-of-disk space situation > - profiling and statistics over JMX > - re-try on file system problems > - encryption > - file system monitoring > - replication / real-time backup on the file system level (for clustering) > - caching (improved performance for CRX) > - allows to easily switch to faster file system APIs (FileChannel, memory mapped files) > - debugging (for example, logging all file system operations) > - allows to implement s3 / hadoop / mongodb / ... file systems - not only by us but from 3th party, possibly the end user > - zip file system (for example to support read-only, compressed repositories) > - testing: simulating out of disk space and out of memory (ensure the repository doesn't corrupt in this case) > - testing: simulate very large files (using an in-memory file system) > - splitting very large files in 2 gb blocks (FAT and other file systems that don't support large files) > - data compression (if needed) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira