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

Use set for shard routings in batch check. #14533

Merged
merged 1 commit into from
Jul 11, 2024

Use set of shard routing for shard in unassigned shard batch check.

baa07b7
Select commit
Loading
Failed to load commit list.
Merged

Use set for shard routings in batch check. #14533

Use set of shard routing for shard in unassigned shard batch check.
baa07b7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 10, 2024 in 0s

72.16% (target 70.00%)

View this Pull Request on Codecov

72.16% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 90.90909% with 1 line in your changes missing coverage. Please review.

Project coverage is 72.16%. Comparing base (bda8393) to head (baa07b7).
Report is 1 commits behind head on main.

Files Patch % Lines
...opensearch/gateway/PrimaryShardBatchAllocator.java 75.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #14533      +/-   ##
============================================
+ Coverage     71.74%   72.16%   +0.41%     
- Complexity    62414    62760     +346     
============================================
  Files          5149     5149              
  Lines        293355   293363       +8     
  Branches      42387    42387              
============================================
+ Hits         210466   211694    +1228     
+ Misses        65544    64507    -1037     
+ Partials      17345    17162     -183     

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