[
https://issues.apache.org/jira/browse/OAK-1781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Dürig resolved OAK-1781.
--------------------------------
Resolution: Fixed
Fixed in 1.0 branch at http://svn.apache.org/r1591382
> Too many branch commits on document node store
> ----------------------------------------------
>
> Key: OAK-1781
> URL: https://issues.apache.org/jira/browse/OAK-1781
> Project: Jackrabbit Oak
> Issue Type: Bug
> Components: mongomk
> Reporter: Michael Dürig
> Assignee: Michael Dürig
> Fix For: 1.0, 1.1
>
> Attachments: OAK-1781.patch
>
>
> The fix for OAK-1056 introduced a regression which causes preliminary
> creation of the persisted branch instead of keeping changes in memory up to a
> certain size.
> The problem is that transient changes are
> [purged|https://github.com/apache/jackrabbit-oak/blob/1e4eb5f15d36922c8e6eaa8ff1316e5f512f4352/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentRootBuilder.java#L107]
> with every call to {{NodeBuilder.getNodeState}}. That purge is what
> ultimately leads to the persisted branch being created.
--
This message was sent by Atlassian JIRA
(v6.2#6252)