You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Philipp Suter (JIRA)" <ji...@apache.org> on 2015/05/27 18:16:17 UTC

[jira] [Created] (OAK-2919) Refactor DocumentNodeStoreService and dependencies

Philipp Suter created OAK-2919:
----------------------------------

             Summary: Refactor DocumentNodeStoreService and dependencies
                 Key: OAK-2919
                 URL: https://issues.apache.org/jira/browse/OAK-2919
             Project: Jackrabbit Oak
          Issue Type: Improvement
            Reporter: Philipp Suter


Change how DocumentNodeStoreService, DocumentNodeStore, DocumentStore, BlobStore, DocumentMK.Builder are wired. It is unclear why registerNodeStoreIfPossible and registerNodeStore need additional logic to load the right BlobStore and DocumentStore.

- Ideally (Document)NodeStore references one DocumentStore and one BlobStore. Configuration for them are loaded over respective OSGi configurations.
- Cache should be handled in (Document)NodeStore and be independent from DocumentStore, BlobStore.
- DocumentMK.Builder and DocumentNodeStoreService should be obsolete.
- DocumentNodeStore is too long and could ideally be split in smaller files.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)