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 2015/05/13 11:55:59 UTC

[jira] [Created] (OAK-2868) Bypass CommitQueue for branch commits

Marcel Reutegger created OAK-2868:
-------------------------------------

             Summary: Bypass CommitQueue for branch commits
                 Key: OAK-2868
                 URL: https://issues.apache.org/jira/browse/OAK-2868
             Project: Jackrabbit Oak
          Issue Type: Improvement
          Components: core, mongomk
            Reporter: Marcel Reutegger
            Assignee: Marcel Reutegger
             Fix For: 1.3.0


Currently all commits go through the CommitQueue. This applies to commits that fit into memory, branch commits, merge commits and even reset commits.

The guarantee provided by the CommitQueue is only necessary for commits that affect the head revision of the store: commits that fit into memory and merge commits.

Branch and reset commits should bypass the CommitQueue to avoid unnecessary delays of commits. 



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