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

Early terminate the slices for concurrent search if CircuitBreakingException is thrown #11731

Closed

Early terminate the slices for concurrent search if CircuitBreakingEx…

88eefb9
Select commit
Loading
Failed to load commit list.
Closed

Early terminate the slices for concurrent search if CircuitBreakingException is thrown #11731

Early terminate the slices for concurrent search if CircuitBreakingEx…
88eefb9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 9, 2024 in 1s

71.37% (target 70.00%)

View this Pull Request on Codecov

71.37% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 6.25000% with 15 lines in your changes are missing coverage. Please review.

Project coverage is 71.37%. Comparing base (16d457d) to head (88eefb9).
Report is 213 commits behind head on main.

Files Patch % Lines
...ensearch/search/internal/ContextIndexSearcher.java 0.00% 11 Missing and 2 partials ⚠️
.../org/opensearch/search/internal/SearchContext.java 33.33% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #11731      +/-   ##
============================================
- Coverage     71.44%   71.37%   -0.07%     
+ Complexity    59254    59228      -26     
============================================
  Files          4909     4909              
  Lines        278427   278443      +16     
  Branches      40460    40462       +2     
============================================
- Hits         198914   198742     -172     
- Misses        63005    63233     +228     
+ Partials      16508    16468      -40     

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