Skip to content
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

Pluggable deciders for concurrent search #15363

Merged

Merge branch 'main' into concurrent-search-deciders

a8cb2e4
Select commit
Loading
Failed to load commit list.
Merged

Pluggable deciders for concurrent search #15363

Merge branch 'main' into concurrent-search-deciders
a8cb2e4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 2, 2024 in 1s

72.03% (target 70.00%)

View this Pull Request on Codecov

72.03% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 81.81818% with 22 lines in your changes missing coverage. Please review.

Project coverage is 72.03%. Comparing base (758c2aa) to head (a8cb2e4).

Files with missing lines Patch % Lines
...va/org/opensearch/search/DefaultSearchContext.java 76.47% 4 Missing and 8 partials ⚠️
...arch/search/deciders/ConcurrentSearchDecision.java 86.95% 2 Missing and 1 partial ⚠️
.../main/java/org/opensearch/index/IndexSettings.java 60.00% 1 Missing and 1 partial ⚠️
...main/java/org/opensearch/search/SearchService.java 66.66% 1 Missing and 1 partial ⚠️
...search/common/settings/AbstractScopedSettings.java 93.33% 0 Missing and 1 partial ⚠️
...earch/search/deciders/ConcurrentSearchDecider.java 0.00% 1 Missing ⚠️
...earch/search/deciders/ConcurrentSearchVisitor.java 87.50% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #15363      +/-   ##
============================================
+ Coverage     72.02%   72.03%   +0.01%     
- Complexity    63769    63816      +47     
============================================
  Files          5249     5252       +3     
  Lines        297795   297908     +113     
  Branches      43034    43062      +28     
============================================
+ Hits         214480   214596     +116     
+ Misses        65735    65727       -8     
- Partials      17580    17585       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.