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 cluster not able to spin up issue when disk usage exceeds threshold #15258

Merged
merged 9 commits into from
Oct 16, 2024

Add countdownlatch in test to coordinate the thread to avoid concuree…

7f24452
Select commit
Loading
Failed to load commit list.
Merged

fix cluster not able to spin up issue when disk usage exceeds threshold #15258

Add countdownlatch in test to coordinate the thread to avoid concuree…
7f24452
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 16, 2024 in 0s

71.95% (target 70.00%)

View this Pull Request on Codecov

71.95% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 90.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 71.95%. Comparing base (35c366d) to head (7f24452).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
.../main/java/org/opensearch/bootstrap/Bootstrap.java 90.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #15258      +/-   ##
============================================
- Coverage     72.10%   71.95%   -0.16%     
+ Complexity    64862    64751     -111     
============================================
  Files          5307     5307              
  Lines        302606   302638      +32     
  Branches      43717    43720       +3     
============================================
- Hits         218208   217763     -445     
- Misses        66541    66998     +457     
- Partials      17857    17877      +20     

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