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

Increase index_searcher thread count to 2x processor #12196

Merged
merged 1 commit into from
Feb 7, 2024

Increase index_searcher thread count to 2x processor

4e986b1
Select commit
Loading
Failed to load commit list.
Merged

Increase index_searcher thread count to 2x processor #12196

Increase index_searcher thread count to 2x processor
4e986b1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 7, 2024 in 0s

71.34% (target 70.00%)

View this Pull Request on Codecov

71.34% (target 70.00%)

Details

Codecov Report

Attention: 138 lines in your changes are missing coverage. Please review.

Comparison is base (3cbf54e) 71.40% compared to head (4e986b1) 71.34%.
Report is 5 commits behind head on main.

Files Patch % Lines
...rch/search/fetch/subphase/MatchedQueriesPhase.java 0.00% 37 Missing ⚠️
...src/main/java/org/opensearch/search/SearchHit.java 58.73% 17 Missing and 9 partials ⚠️
...ansport/top_queries/TransportTopQueriesAction.java 24.00% 18 Missing and 1 partial ⚠️
.../insights/core/listener/QueryInsightsListener.java 73.58% 10 Missing and 4 partials ⚠️
...opensearch/search/builder/SearchSourceBuilder.java 42.85% 4 Missing and 4 partials ⚠️
.../resthandler/top_queries/RestTopQueriesAction.java 61.11% 7 Missing ⚠️
.../insights/rules/action/top_queries/TopQueries.java 66.66% 5 Missing ⚠️
...search/ingest/common/RemoveByPatternProcessor.java 95.77% 1 Missing and 2 partials ⚠️
...s/rules/action/top_queries/TopQueriesResponse.java 93.18% 3 Missing ⚠️
...g/opensearch/search/internal/SubSearchContext.java 0.00% 3 Missing ⚠️
... and 8 more
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #12196      +/-   ##
============================================
- Coverage     71.40%   71.34%   -0.07%     
- Complexity    59636    59675      +39     
============================================
  Files          4944     4952       +8     
  Lines        280322   280638     +316     
  Branches      40728    40773      +45     
============================================
+ Hits         200175   200223      +48     
- Misses        63501    63863     +362     
+ Partials      16646    16552      -94     

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