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

limit the max value of cluster.max_shards_per_node to avoid int overflow #14155

Merged
merged 2 commits into from
Jun 20, 2024

Merge branch 'main' into pr_13907

bda874c
Select commit
Loading
Failed to load commit list.
Merged

limit the max value of cluster.max_shards_per_node to avoid int overflow #14155

Merge branch 'main' into pr_13907
bda874c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 20, 2024 in 0s

71.77% (target 70.00%)

View this Pull Request on Codecov

71.77% (target 70.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.77%. Comparing base (b15cb0c) to head (bda874c).
Report is 460 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main   #14155      +/-   ##
============================================
+ Coverage     71.42%   71.77%   +0.35%     
- Complexity    59978    62155    +2177     
============================================
  Files          4985     5118     +133     
  Lines        282275   291978    +9703     
  Branches      40946    42211    +1265     
============================================
+ Hits         201603   209558    +7955     
- Misses        63999    65166    +1167     
- Partials      16673    17254     +581     

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