-
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
[Backport 2.x] pluggable deciders for concurrent search (#15363) #15630
Conversation
❌ Gradle check result for 21c6d82: 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 bab8b5e: 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: Ganesh Ramadurai <[email protected]> Signed-off-by: Jay Deng <[email protected]> Co-authored-by: Jay Deng <[email protected]> (cherry picked from commit 442a928)
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #15630 +/- ##
============================================
- Coverage 71.78% 71.63% -0.15%
+ Complexity 64073 64012 -61
============================================
Files 5244 5247 +3
Lines 299367 299480 +113
Branches 43575 43603 +28
============================================
- Hits 214886 214528 -358
- Misses 66497 67015 +518
+ Partials 17984 17937 -47 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Ganesh Ramadurai [email protected]
Signed-off-by: Jay Deng [email protected]
Co-authored-by: Jay Deng [email protected]
(cherry picked from commit 442a928)
Description
Backport of PR #15363
Related Issues
Resolves #[Issue number to be closed when this PR is merged]
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.