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 remote-tracking branch 'upstream/main' into forcemerge

9fef912
Select commit
Loading
Failed to load commit list.
Merged

Force merge API supports performing only on primary shards #11269

Merge remote-tracking branch 'upstream/main' into forcemerge
9fef912
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 1, 2024 in 0s

71.42% (target 70.00%)

View this Pull Request on Codecov

71.42% (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.42%. Comparing base (7921175) to head (9fef912).
Report is 1 commits behind head on main.

❗ Current head 9fef912 differs from pull request most recent head 709621f. Consider uploading reports for the commit 709621f to get more accurate results

Files Patch % Lines
...on/admin/indices/forcemerge/ForceMergeRequest.java 75.00% 0 Missing and 2 partials ⚠️
...n/indices/forcemerge/ForceMergeRequestBuilder.java 0.00% 2 Missing ⚠️
.../indices/forcemerge/TransportForceMergeAction.java 33.33% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #11269      +/-   ##
============================================
+ Coverage     71.37%   71.42%   +0.04%     
+ Complexity    59891    59146     -745     
============================================
  Files          4972     4893      -79     
  Lines        281783   277844    -3939     
  Branches      40910    40369     -541     
============================================
- Hits         201136   198439    -2697     
+ Misses        63977    62925    -1052     
+ Partials      16670    16480     -190     

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