You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by GitBox <gi...@apache.org> on 2021/10/22 12:21:34 UTC

[GitHub] [jackrabbit-oak] fabriziofortino commented on pull request #393: OAK-9598: reduce server load on reindex operations

fabriziofortino commented on pull request #393:
URL: https://github.com/apache/jackrabbit-oak/pull/393#issuecomment-949580109


   @nit0906 I wanted to add a test but unfortunately reindex in tests seems to work only with synchronous indexes. A test like that would require async indexing. Even with that, there could be race conditions where reindexing finishes faster than expected. To work this around we can introduce a [toxyproxy](https://www.testcontainers.org/modules/toxiproxy/) between the test and the ES container to add latency while reindexing.
   
   I have created a separate issue to track this task. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org