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

Add a counter to node stat api to track shard going from idle to non-idle #12768

Merged
merged 6 commits into from
Mar 26, 2024

Merge branch 'main' into search-idle

5d47d6b
Select commit
Loading
Failed to load commit list.
Merged

Add a counter to node stat api to track shard going from idle to non-idle #12768

Merge branch 'main' into search-idle
5d47d6b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 26, 2024 in 0s

71.44% (target 70.00%)

View this Pull Request on Codecov

71.44% (target 70.00%)

Details

Codecov Report

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

Project coverage is 71.44%. Comparing base (b15cb0c) to head (5d47d6b).
Report is 96 commits behind head on main.

Files Patch % Lines
...pensearch/index/shard/SearchOperationListener.java 62.50% 3 Missing ⚠️
...org/opensearch/index/search/stats/SearchStats.java 77.77% 0 Missing and 2 partials ⚠️
...in/java/org/opensearch/index/shard/IndexShard.java 75.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #12768      +/-   ##
============================================
+ Coverage     71.42%   71.44%   +0.02%     
- Complexity    59978    60267     +289     
============================================
  Files          4985     5015      +30     
  Lines        282275   283826    +1551     
  Branches      40946    41134     +188     
============================================
+ Hits         201603   202787    +1184     
- Misses        63999    64211     +212     
- Partials      16673    16828     +155     

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