-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Revert "Avoid invalid retries on multiple replicas when querying" #18116
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
Revert "Avoid invalid retries on multiple replicas when querying" #18116
Conversation
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.
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 <[email protected]>
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 bisect
I 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.