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 "Julian Reschke (JIRA)" <ji...@apache.org> on 2019/04/08 06:41:00 UTC

[jira] [Created] (OAK-8199) DocumentStore in ReadOnly mode should never modify persistence

Julian Reschke created OAK-8199:
-----------------------------------

             Summary: DocumentStore in ReadOnly mode should never modify persistence
                 Key: OAK-8199
                 URL: https://issues.apache.org/jira/browse/OAK-8199
             Project: Jackrabbit Oak
          Issue Type: Bug
          Components: mongomk, rdbmk
            Reporter: Julian Reschke


Currently, the readonly mode is implemented using a wrapper around the DocumentStore, rejecting read operations. That is not sufficient, due to:

- potential DB initialization (indices)
- calls that bypass the DocumentStore API (like for GC operations)




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)