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

Relax the join validation for Remote State publication #15471

Merged
merged 1 commit into from
Sep 4, 2024

relaxing the join validation for nodes which have only store disabled…

802d861
Select commit
Loading
Failed to load commit list.
Merged

Relax the join validation for Remote State publication #15471

relaxing the join validation for nodes which have only store disabled…
802d861
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 4, 2024 in 0s

71.83% (target 70.00%)

View this Pull Request on Codecov

71.83% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 81.08108% with 7 lines in your changes missing coverage. Please review.

Project coverage is 71.83%. Comparing base (e087272) to head (802d861).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
...nsearch/cluster/coordination/JoinTaskExecutor.java 85.00% 1 Missing and 2 partials ⚠️
...nsearch/cluster/metadata/RepositoriesMetadata.java 80.00% 1 Missing and 1 partial ⚠️
...rch/node/remotestore/RemoteStoreNodeAttribute.java 60.00% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #15471      +/-   ##
============================================
- Coverage     72.00%   71.83%   -0.17%     
+ Complexity    64149    64094      -55     
============================================
  Files          5269     5269              
  Lines        299834   299870      +36     
  Branches      43330    43334       +4     
============================================
- Hits         215895   215419     -476     
- Misses        66217    66759     +542     
+ Partials      17722    17692      -30     

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