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

Force merge API supports performing only on primary shards #11269

Merged
merged 21 commits into from
Mar 12, 2024

merge main

028d1b1
Select commit
Loading
Failed to load commit list.
Merged

Force merge API supports performing only on primary shards #11269

merge main
028d1b1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 12, 2024 in 1s

71.49% (target 70.00%)

View this Pull Request on Codecov

71.49% (target 70.00%)

Details

Codecov Report

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

Project coverage is 71.49%. Comparing base (b15cb0c) to head (028d1b1).
Report is 7 commits behind head on main.

Files Patch % Lines
.../indices/forcemerge/TransportForceMergeAction.java 0.00% 3 Missing ⚠️
...n/indices/forcemerge/ForceMergeRequestBuilder.java 0.00% 2 Missing ⚠️
...on/admin/indices/forcemerge/ForceMergeRequest.java 87.50% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #11269      +/-   ##
============================================
+ Coverage     71.42%   71.49%   +0.07%     
- Complexity    59978    60020      +42     
============================================
  Files          4985     4985              
  Lines        282275   282334      +59     
  Branches      40946    40951       +5     
============================================
+ Hits         201603   201848     +245     
+ Misses        63999    63778     -221     
- Partials      16673    16708      +35     

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