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 canRemain method to TargetPoolAllocationDecider to move shards from local to remote pool for hot to warm tiering #15010

Merged

Add canRemain method to TargetPoolAllocationDecider to move shards from

a6eee28
Select commit
Loading
Failed to load commit list.
Merged

Add canRemain method to TargetPoolAllocationDecider to move shards from local to remote pool for hot to warm tiering #15010

Add canRemain method to TargetPoolAllocationDecider to move shards from
a6eee28
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 3, 2024 in 0s

71.88% (target 70.00%)

View this Pull Request on Codecov

71.88% (target 70.00%)

Details

Codecov Report

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

Project coverage is 71.88%. Comparing base (7a9cb35) to head (a6eee28).
Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
...rch/action/admin/indices/tiering/TieringUtils.java 80.00% 1 Missing ⚠️
...ting/allocation/allocator/LocalShardsBalancer.java 85.71% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #15010      +/-   ##
============================================
+ Coverage     71.83%   71.88%   +0.05%     
- Complexity    63932    64030      +98     
============================================
  Files          5258     5259       +1     
  Lines        299329   299375      +46     
  Branches      43259    43265       +6     
============================================
+ Hits         215010   215206     +196     
+ Misses        66587    66484     -103     
+ Partials      17732    17685      -47     

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