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

Fix for race condition in node-join/node-left loop #15521

Merged

empty commit

e0a0ae2
Select commit
Loading
Failed to load commit list.
Merged

Fix for race condition in node-join/node-left loop #15521

empty commit
e0a0ae2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 28, 2024 in 1s

71.93% (target 70.00%)

View this Pull Request on Codecov

71.93% (target 70.00%)

Details

Codecov Report

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

Project coverage is 71.93%. Comparing base (b3cc802) to head (e0a0ae2).
Report is 15 commits behind head on main.

Files with missing lines Patch % Lines
.../opensearch/transport/RemoteConnectionManager.java 0.00% 4 Missing ⚠️
...g/opensearch/cluster/coordination/Coordinator.java 88.88% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #15521      +/-   ##
============================================
- Coverage     72.01%   71.93%   -0.09%     
+ Complexity    64425    64376      -49     
============================================
  Files          5281     5281              
  Lines        301004   301058      +54     
  Branches      43482    43485       +3     
============================================
- Hits         216779   216554     -225     
- Misses        66423    66689     +266     
- Partials      17802    17815      +13     

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