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

Fallback on Term-Version check mismatch - backport #16059

Merged
merged 1 commit into from
Sep 24, 2024

using remote cluster-state as fallback

e2112aa
Select commit
Loading
Failed to load commit list.
Merged

Fallback on Term-Version check mismatch - backport #16059

using remote cluster-state as fallback
e2112aa
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 24, 2024 in 1s

71.78% (target 70.00%)

View this Pull Request on Codecov

71.78% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 73.83178% with 28 lines in your changes missing coverage. Please review.

Project coverage is 71.78%. Comparing base (8cf7f92) to head (e2112aa).
Report is 2 commits behind head on 2.x.

Files with missing lines Patch % Lines
...stermanager/TransportClusterManagerNodeAction.java 67.64% 7 Missing and 4 partials ⚠️
...termanager/term/TransportGetTermVersionAction.java 58.33% 2 Missing and 3 partials ⚠️
...rt/clustermanager/term/GetTermVersionResponse.java 72.72% 1 Missing and 2 partials ⚠️
...arch/gateway/remote/RemoteClusterStateService.java 72.72% 1 Missing and 2 partials ⚠️
...ensearch/gateway/remote/RemoteManifestManager.java 62.50% 2 Missing and 1 partial ⚠️
...g/opensearch/cluster/coordination/Coordinator.java 50.00% 1 Missing and 1 partial ⚠️
...search/gateway/remote/RemoteClusterStateCache.java 95.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #16059      +/-   ##
============================================
+ Coverage     71.68%   71.78%   +0.09%     
- Complexity    64650    64755     +105     
============================================
  Files          5277     5278       +1     
  Lines        302465   302568     +103     
  Branches      43998    44013      +15     
============================================
+ Hits         216831   217202     +371     
+ Misses        67525    67218     -307     
- Partials      18109    18148      +39     

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