-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Avoid invalid retries on multiple replicas when querying #17370
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
Conversation
19b332b
to
f235073
Compare
❌ Gradle check result for f235073: 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? |
MetadataCreateIndexServiceTests.testCreateIndexWithContextDisabled #17291 |
❌ Gradle check result for 628a905: 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? |
This PR is stalled because it has been open for 30 days with no activity. |
server/src/main/java/org/opensearch/action/support/TransportActions.java
Outdated
Show resolved
Hide resolved
❌ Gradle check result for 17c923f: 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 #17370 +/- ##
============================================
+ Coverage 72.47% 72.50% +0.02%
- Complexity 67034 67104 +70
============================================
Files 5478 5478
Lines 310132 310141 +9
Branches 45087 45090 +3
============================================
+ Hits 224775 224864 +89
+ Misses 66960 66913 -47
+ Partials 18397 18364 -33 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: kkewwei <kewei.11@bytedance.com> Signed-off-by: kkewwei <kkewwei@163.com>
17c923f
to
adf492a
Compare
❌ Gradle check result for adf492a: 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? |
Signed-off-by: kkewwei <kewei.11@bytedance.com>
…nsearch-project#17370)" This reverts commit eba12fa. Signed-off-by: Andrew Ross <andrross@amazon.com>
…nsearch-project#17370)" This reverts commit eba12fa. Signed-off-by: Andrew Ross <andrross@amazon.com>
Description
Related Issues
Resolves #17361
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.