Revert "Avoid invalid retries on multiple replicas when querying"#18116
Revert "Avoid invalid retries on multiple replicas when querying"#18116kotwanikunal merged 1 commit intoopensearch-project:mainfrom
Conversation
msfroh
left a comment
There was a problem hiding this comment.
Thanks for catching and reverting this!
|
❌ Gradle check result for 80c791d: 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 80c791d: 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 80c791d: 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? |
…nsearch-project#17370)" This reverts commit eba12fa. Signed-off-by: Andrew Ross <andrross@amazon.com>
80c791d to
d168277
Compare
|
❌ Gradle check result for d168277: 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 d168277: 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? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #18116 +/- ##
============================================
+ Coverage 72.52% 72.55% +0.02%
+ Complexity 67261 67231 -30
============================================
Files 5476 5476
Lines 310369 310360 -9
Branches 45123 45120 -3
============================================
+ Hits 225100 225170 +70
+ Misses 66924 66837 -87
- Partials 18345 18353 +8 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This reverts commit eba12fa from PR #17370
I was able to get a mostly reliable reproduction with the following command:
Using
git bisectI was able to find this commit as the culprit to the recent flakiness in RecoveryWhileUnderLoadIT.FYI @msfroh @kkewwei
Related Issues
Resolves #14509
Check List
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.