-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Backport 2.x] Make recovery action retry timeout configurable (#14022) #14063
[Backport 2.x] Make recovery action retry timeout configurable (#14022) #14063
Conversation
❌ Gradle check result for d71cb65: 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? |
❌ Gradle check result for d71cb65: 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? |
Flaky test
|
❌ Gradle check result for d71cb65: 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? |
Flaky test : #9859
|
❌ Gradle check result for d71cb65: 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? |
❌ Gradle check result for d71cb65: 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? |
…4022) Signed-off-by: Gaurav Bafna <[email protected]>
d71cb65
to
6df3e11
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 2.x #14063 +/- ##
============================================
+ Coverage 71.28% 71.35% +0.07%
- Complexity 60145 61545 +1400
============================================
Files 4957 5053 +96
Lines 282799 289329 +6530
Branches 41409 42244 +835
============================================
+ Hits 201591 206460 +4869
- Misses 64189 65452 +1263
- Partials 17019 17417 +398 ☔ View full report in Codecov by Sentry. |
…4022) (opensearch-project#14063) Signed-off-by: Gaurav Bafna <[email protected]> Signed-off-by: kkewwei <[email protected]>
Description
Make recovery action retry timeout configurable #14022
Check List
API changes companion pull request created, if applicable.Public documentation issue/PR created, if applicable.By 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.