mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 18:35:25 +00:00
BulkByScrollTaskTest#testDelayAndRethrottle was getting rejected exceptions every once in a while. This was reproducible ~20% of the time for me. I added a CyclicBarrier to prevent the test from shutting down the thread pool before the threads get finished.