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 "Chetan Mehrotra (JIRA)" <ji...@apache.org> on 2014/03/31 08:33:16 UTC

[jira] [Created] (OAK-1647) AsyncIndexUpdateTask creating too many checkpoint

Chetan Mehrotra created OAK-1647:
------------------------------------

             Summary: AsyncIndexUpdateTask creating too many checkpoint
                 Key: OAK-1647
                 URL: https://issues.apache.org/jira/browse/OAK-1647
             Project: Jackrabbit Oak
          Issue Type: Improvement
          Components: core
            Reporter: Chetan Mehrotra
            Assignee: Chetan Mehrotra
             Fix For: 0.20


AsyncIndexUpdateTask currently creates a checkpoint before [1] proceeding to index. If the indexer is already running then also the checkpoint gets created as that check is performed later. 

Would it be possible to create checkpoint only after checking if the async index update is already running or not? 

[1] https://github.com/apache/jackrabbit-oak/blob/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/AsyncIndexUpdate.java#L117



--
This message was sent by Atlassian JIRA
(v6.2#6252)