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

Optimize checksum creation for remote cluster state #16046

Merged
merged 11 commits into from
Oct 1, 2024

changing thread pool

989e4fe
Select commit
Loading
Failed to load commit list.
Merged

Optimize checksum creation for remote cluster state #16046

changing thread pool
989e4fe
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 1, 2024 in 0s

71.86% (target 70.00%)

View this Pull Request on Codecov

71.86% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 93.58974% with 5 lines in your changes missing coverage. Please review.

Project coverage is 71.86%. Comparing base (7caca26) to head (989e4fe).
Report is 18 commits behind head on main.

Files with missing lines Patch % Lines
...pensearch/gateway/remote/ClusterStateChecksum.java 95.45% 3 Missing ⚠️
...arch/gateway/remote/RemoteClusterStateService.java 80.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #16046      +/-   ##
============================================
- Coverage     72.04%   71.86%   -0.18%     
+ Complexity    64441    64388      -53     
============================================
  Files          5281     5281              
  Lines        301088   301226     +138     
  Branches      43500    43518      +18     
============================================
- Hits         216918   216491     -427     
- Misses        66438    66974     +536     
- Partials      17732    17761      +29     

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