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 "Jukka Zitting (JIRA)" <ji...@apache.org> on 2013/12/17 03:17:06 UTC

[jira] [Created] (OAK-1292) Avoid async indexer commits when there are no changes to index

Jukka Zitting created OAK-1292:
----------------------------------

             Summary: Avoid async indexer commits when there are no changes to index
                 Key: OAK-1292
                 URL: https://issues.apache.org/jira/browse/OAK-1292
             Project: Jackrabbit Oak
          Issue Type: Improvement
          Components: core
            Reporter: Jukka Zitting


Currently, since OAK-980 (and OAK-1246), the asynchronous indexer makes two commits per invocation regardless of whether there are any changes to the indexed content. This can be a bit confusing and in some cases even troublesome especially in a mostly read-only deployments where the frequent extra commits just add unnecessary noise.

It would be better if the async indexer only made commits when there actually are content changes to be indexed.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)