-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Remote Store] Handle OpenSearchRejectedExecutionException while retrying refresh #13301
Conversation
Signed-off-by: Sachin Kale <kalsac@amazon.com>
172aed8
to
521a3f0
Compare
Running the tests in local for 1000+ times to check if the flakiness is gone. |
❌ Gradle check result for 521a3f0: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #13301 +/- ##
============================================
- Coverage 71.42% 71.32% -0.10%
- Complexity 59978 60573 +595
============================================
Files 4985 5039 +54
Lines 282275 285436 +3161
Branches 40946 41338 +392
============================================
+ Hits 201603 203600 +1997
- Misses 63999 64933 +934
- Partials 16673 16903 +230 ☔ View full report in Codecov by Sentry. |
Description
OpenSearchRejectedExecutionException
is thrown if the executor is shutdown. This could happen when the node is shutting down.Related Issues
Check List
New functionality has been documented.New functionality has javadoc addedFailing checks are inspected and point to the corresponding known issue(s) (See: Troubleshooting Failing Builds)Commit changes are listed out in CHANGELOG.md file (See: Changelog)Public documentation issue/PR createdBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.