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/11 07:13:00 UTC

[jira] [Issue Comment Deleted] (OAK-8207) Read-only DocumentNodeStore tries to create root document

     [ https://issues.apache.org/jira/browse/OAK-8207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Julian Reschke updated OAK-8207:
--------------------------------
    Comment: was deleted

(was: trunk: [r1857238|http://svn.apache.org/r1857238] [r1857212|http://svn.apache.org/r1857212])

> Read-only DocumentNodeStore tries to create root document
> ---------------------------------------------------------
>
>                 Key: OAK-8207
>                 URL: https://issues.apache.org/jira/browse/OAK-8207
>             Project: Jackrabbit Oak
>          Issue Type: Bug
>          Components: documentmk
>            Reporter: Marcel Reutegger
>            Assignee: Marcel Reutegger
>            Priority: Minor
>              Labels: candidate_oak_1_8
>             Fix For: 1.10.3, 1.14.0
>
>
> When connecting a read-only DocumentNodeStore to a DocumentStore with an empty {{nodes}} collection, the DocumentNodeStore tries to create the root document. The operation then fails with something like:
> {noformat}
> Exception in thread "main" org.apache.jackrabbit.oak.plugins.document.DocumentStoreException: Method - createOrUpdate. Params: [nodes, [key: 0:/ new {_deleted.r16a020ebbbf-0-0=SET_MAP_ENTRY false, _commitRoot.r16a020ebbbf-0-0=SET_MAP_ENTRY 0, _modified=MAX 1554812680}]]
>         at org.apache.jackrabbit.oak.plugins.document.DocumentStoreException.asDocumentStoreException(DocumentStoreException.java:179)
>         at org.apache.jackrabbit.oak.plugins.document.DocumentStoreException.convert(DocumentStoreException.java:131)
>         at org.apache.jackrabbit.oak.plugins.document.DocumentStoreException.convert(DocumentStoreException.java:114)
>         at org.apache.jackrabbit.oak.plugins.document.Commit.applyToDocumentStore(Commit.java:425)
>         at org.apache.jackrabbit.oak.plugins.document.Commit.applyToDocumentStoreWithTiming(Commit.java:280)
>         at org.apache.jackrabbit.oak.plugins.document.Commit.applyToDocumentStore(Commit.java:264)
>         at org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore.<init>(DocumentNodeStore.java:624)
>         at org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreBuilder.build(DocumentNodeStoreBuilder.java:174)
>         at org.apache.jackrabbit.oak.run.ClusterNodesCommand.execute(ClusterNodesCommand.java:65)
>         at org.apache.jackrabbit.oak.run.Main.main(Main.java:49)
> Caused by: java.lang.UnsupportedOperationException: Method - createOrUpdate. Params: [nodes, [key: 0:/ new {_deleted.r16a020ebbbf-0-0=SET_MAP_ENTRY false, _commitRoot.r16a020ebbbf-0-0=SET_MAP_ENTRY 0, _modified=MAX 1554812680}]]
>         at org.apache.jackrabbit.oak.plugins.document.util.ReadOnlyDocumentStoreWrapperFactory$1.invoke(ReadOnlyDocumentStoreWrapperFactory.java:38)
>         at com.sun.proxy.$Proxy0.createOrUpdate(Unknown Source)
>         at org.apache.jackrabbit.oak.plugins.document.Commit.applyToDocumentStore(Commit.java:365)
>         ... 6 more
> {noformat}



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