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 "Marcel Reutegger (JIRA)" <ji...@apache.org> on 2016/07/05 13:59:11 UTC

[jira] [Created] (OAK-4536) Avoid premature branch

Marcel Reutegger created OAK-4536:
-------------------------------------

             Summary: Avoid premature branch
                 Key: OAK-4536
                 URL: https://issues.apache.org/jira/browse/OAK-4536
             Project: Jackrabbit Oak
          Issue Type: Technical task
          Components: core, documentmk
            Reporter: Marcel Reutegger
            Assignee: Marcel Reutegger
             Fix For: 1.6


Some usage patterns will lead a premature branch created by the DocumentNodeStore. Every {{DocumentRootBuilder.purge()}} call currently causes a transition of the BranchState, from {{Unmodified}} to {{InMemory}} to {{Persisted}}. This means BranchState may reach {{Persisted}} even though {{update.limit}} is not reached.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)