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

Add wlm resiliency orchestrator (query group service) #15925

Merged
merged 54 commits into from
Oct 8, 2024

fix precommit errors

2d7316b
Select commit
Loading
Failed to load commit list.
Merged

Add wlm resiliency orchestrator (query group service) #15925

fix precommit errors
2d7316b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 8, 2024 in 1s

71.91% (target 70.00%)

View this Pull Request on Codecov

71.91% (target 70.00%)

Details

Codecov Report

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

Project coverage is 71.91%. Comparing base (a81b868) to head (2d7316b).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
...ain/java/org/opensearch/wlm/QueryGroupService.java 86.95% 6 Missing and 9 partials ⚠️
...org/opensearch/wlm/WorkloadManagementSettings.java 71.42% 6 Missing ⚠️
...ancellation/QueryGroupTaskCancellationService.java 92.30% 2 Missing and 2 partials ⚠️
...rver/src/main/java/org/opensearch/wlm/WlmMode.java 83.33% 1 Missing and 1 partial ⚠️
...c/main/java/org/opensearch/wlm/QueryGroupTask.java 66.66% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #15925      +/-   ##
============================================
- Coverage     71.94%   71.91%   -0.04%     
- Complexity    64612    64686      +74     
============================================
  Files          5298     5301       +3     
  Lines        301952   302171     +219     
  Branches      43627    43652      +25     
============================================
+ Hits         217247   217311      +64     
- Misses        66884    67045     +161     
+ Partials      17821    17815       -6     

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