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 "Robert Munteanu (JIRA)" <ji...@apache.org> on 2016/11/08 10:05:58 UTC

[jira] [Commented] (OAK-3401) Multiplexing DocumentStore support

    [ https://issues.apache.org/jira/browse/OAK-3401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15647122#comment-15647122 ] 

Robert Munteanu commented on OAK-3401:
--------------------------------------

[~chetanm] - should we split out the issues from this epic and resolve it as WONTFIX given that OAK-4871 is now in trunk?

If you agree please break the epic links, I don't have karma to do that.

> Multiplexing DocumentStore support
> ----------------------------------
>
>                 Key: OAK-3401
>                 URL: https://issues.apache.org/jira/browse/OAK-3401
>             Project: Jackrabbit Oak
>          Issue Type: Epic
>          Components: core, mongomk
>            Reporter: Chetan Mehrotra
>
> The scenario for this multiplexing is the following:
> * multiple Oak instances configured using a DocumentNodeStore
> * all DocumentNodeStore instances connect to the same physical backend,
> e.g. a mongod/mongos instance
> * each Oak instance needs a private area that is not shared with the
> other instances ( e.g. /tmp )
> The concept is similar to Unix filesystem mounts managed in /etc/fstab. A 'root' store manages the whole repository, while at certain points other sub-stores take over.
> An example configuration can be:
> {noformat}
> /         <- root store
>  /apps    <- sub-store 1
>  /libs    <- sub-store 1
>  /tmp     <- sub-store 2
> {noformat}
> For more details refer to the thread by [~rombert] at [1]
> Supporting this would require changes both in Document NodeStore layer and in Oak layer
> [1] http://mail-archives.apache.org/mod_mbox/jackrabbit-oak-dev/201507.mbox/%3C1436362049.2080.31.camel@apache.org%3E



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