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

Cache the shard routings with no weight for faster access #12989

Merged
merged 5 commits into from
Apr 3, 2024

Merge branch 'main' into shard_routing_fix

547e3ab
Select commit
Loading
Failed to load commit list.
Merged

Cache the shard routings with no weight for faster access #12989

Merge branch 'main' into shard_routing_fix
547e3ab
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 3, 2024 in 0s

71.37% (target 70.00%)

View this Pull Request on Codecov

71.37% (target 70.00%)

Details

Codecov Report

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

Project coverage is 71.37%. Comparing base (b15cb0c) to head (547e3ab).
Report is 124 commits behind head on main.

Files Patch % Lines
...search/cluster/routing/IndexShardRoutingTable.java 90.69% 2 Missing and 2 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #12989      +/-   ##
============================================
- Coverage     71.42%   71.37%   -0.05%     
- Complexity    59978    60354     +376     
============================================
  Files          4985     5025      +40     
  Lines        282275   284399    +2124     
  Branches      40946    41190     +244     
============================================
+ Hits         201603   202998    +1395     
- Misses        63999    64605     +606     
- Partials      16673    16796     +123     

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