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

[Remote Store] Update index settings on shard movement during remote store migration #13316

Merged
merged 26 commits into from
Apr 30, 2024

Retrigger integs

a19c5cd
Select commit
Loading
Failed to load commit list.
Merged

[Remote Store] Update index settings on shard movement during remote store migration #13316

Retrigger integs
a19c5cd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 30, 2024 in 1s

71.51% (target 70.00%)

View this Pull Request on Codecov

71.51% (target 70.00%)

Details

Codecov Report

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

Project coverage is 71.51%. Comparing base (b15cb0c) to head (a19c5cd).
Report is 243 commits behind head on main.

Files Patch % Lines
...ex/remote/RemoteMigrationIndexMetadataUpdater.java 84.61% 0 Missing and 8 partials ⚠️
...c/main/java/org/opensearch/index/IndexService.java 25.00% 2 Missing and 1 partial ⚠️
...rch/node/remotestore/RemoteStoreNodeAttribute.java 75.00% 1 Missing and 2 partials ⚠️
...uster/routing/allocation/IndexMetadataUpdater.java 85.71% 1 Missing and 1 partial ⚠️
...settings/TransportClusterUpdateSettingsAction.java 83.33% 0 Missing and 1 partial ⚠️
.../org/opensearch/index/remote/RemoteStoreUtils.java 94.73% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #13316      +/-   ##
============================================
+ Coverage     71.42%   71.51%   +0.09%     
- Complexity    59978    60978    +1000     
============================================
  Files          4985     5050      +65     
  Lines        282275   286802    +4527     
  Branches      40946    41550     +604     
============================================
+ Hits         201603   205115    +3512     
- Misses        63999    64685     +686     
- Partials      16673    17002     +329     

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