Jcr2Spi: Avoid extra round trip to the SPI upon Node.getNode and Session.getItem
--------------------------------------------------------------------------------
Key: JCR-1809
URL: https://issues.apache.org/jira/browse/JCR-1809
Project: Jackrabbit
Issue Type: Improvement
Components: jackrabbit-jcr2spi
Reporter: angela
Assignee: angela
Upon Session.getItem/itemExists and Node.getNode/hasNode JCR2SPI currently
tries to load the Node from the persistent layer (SPI) if no corresponding
entry exists in the hierarchy.
Since with JCR-1638 a flag has been introduced indicating if the child node
entries are complete. In this case, the extra round trip could be omitted.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.