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

Fix unassigned shard allocation for batch mode #13748

Merged

Fix unassigned batch allocation (#13748)

48f3402
Select commit
Loading
Failed to load commit list.
Merged

Fix unassigned shard allocation for batch mode #13748

Fix unassigned batch allocation (#13748)
48f3402
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 12, 2024 in 0s

72.14% (target 70.00%)

View this Pull Request on Codecov

72.14% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 82.75862% with 10 lines in your changes missing coverage. Please review.

Project coverage is 72.14%. Comparing base (b15cb0c) to head (48f3402).
Report is 410 commits behind head on main.

Files Patch % Lines
...opensearch/gateway/PrimaryShardBatchAllocator.java 76.19% 2 Missing and 3 partials ⚠️
...opensearch/gateway/ReplicaShardBatchAllocator.java 86.48% 2 Missing and 3 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #13748      +/-   ##
============================================
+ Coverage     71.42%   72.14%   +0.71%     
- Complexity    59978    62407    +2429     
============================================
  Files          4985     5117     +132     
  Lines        282275   291684    +9409     
  Branches      40946    42167    +1221     
============================================
+ Hits         201603   210421    +8818     
- Misses        63999    64186     +187     
- Partials      16673    17077     +404     

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