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)