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 "Dan Klco (Jira)" <ji...@apache.org> on 2022/03/21 16:48:00 UTC

[jira] [Created] (OAK-9733) Improve Performance of ElasticFunctionIndexCommonTest

Dan Klco created OAK-9733:
-----------------------------

             Summary: Improve Performance of ElasticFunctionIndexCommonTest
                 Key: OAK-9733
                 URL: https://issues.apache.org/jira/browse/OAK-9733
             Project: Jackrabbit Oak
          Issue Type: Improvement
          Components: indexing
            Reporter: Dan Klco


There is a PR to fix OAK-9727: https://github.com/apache/jackrabbit-oak/pull/524

However due to the async requirement of Elastic indexes, this fix relies on introducing a delay after every commit in the Oak repository. 

This is not ideal as it could introduce flakiness in the case where indexing has not completed within the delay and in the other cases introduces unnecessary delays into the process due to the indexing being completed before the delay expires. 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)