Marcel Reutegger created OAK-8364:
-------------------------------------
Summary: LastRevRecoveryAgent may log warn message for bundled node
Key: OAK-8364
URL: https://issues.apache.org/jira/browse/OAK-8364
Project: Jackrabbit Oak
Issue Type: Bug
Components: documentmk
Affects Versions: 1.12.0, 1.10.0, 1.8.0, 1.6.0
Reporter: Marcel Reutegger
OAK-1312 introduced a new feature with Oak 1.6 that allowed the
DocumentNodeStore to store multiple nodes in the same document.
http://jackrabbit.apache.org/oak/docs/nodestore/document/node-bundling.html
The
[recovery|https://github.com/apache/jackrabbit-oak/tree/trunk/oak-run#recovery-mode]
command logs warn messages on on descendants of nodes that are bundled. The
LastRevRecoveryAgent complains about missing document. E.g. consider a
configuration that bundles the jcr:content child node into the parent nt:file
node. If the jcr:content node has descendant nodes, the LastRevRecoveryAgent
may log a warn message like this:
{noformat}
Unable to find document: 4:/content/folder/my-file.txt/jcr:content
{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)