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

[Backport 2.x] [Bugfix] Fix TieredSpilloverCache stats not adding correctly when shards are closed #16706

Closed
wants to merge 1 commit into from

[Bugfix] Fix TieredSpilloverCache stats not adding correctly when sha…

4d9f225
Select commit
Loading
Failed to load commit list.
Closed

[Backport 2.x] [Bugfix] Fix TieredSpilloverCache stats not adding correctly when shards are closed #16706

[Bugfix] Fix TieredSpilloverCache stats not adding correctly when sha…
4d9f225
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 27, 2024 in 0s

71.83% (target 70.00%)

View this Pull Request on Codecov

71.83% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 83.33333% with 2 lines in your changes missing coverage. Please review.

Project coverage is 71.83%. Comparing base (674edb0) to head (4d9f225).
Report is 4 commits behind head on 2.x.

Files with missing lines Patch % Lines
...search/cache/common/tier/TieredSpilloverCache.java 75.00% 0 Missing and 1 partial ⚠️
...e/common/tier/TieredSpilloverCacheStatsHolder.java 83.33% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #16706      +/-   ##
============================================
- Coverage     71.91%   71.83%   -0.08%     
- Complexity    65434    65467      +33     
============================================
  Files          5314     5314              
  Lines        305217   305222       +5     
  Branches      44474    44474              
============================================
- Hits         219500   219270     -230     
- Misses        67415    67686     +271     
+ Partials      18302    18266      -36     

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