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 model not deploy issue under intensive prediction tasks #1903

Merged
merged 1 commit into from
Jan 26, 2024

Fix model not deploy issue under intensive prediction taskks

9d7b9dc
Select commit
Loading
Failed to load commit list.
Merged

Fix model not deploy issue under intensive prediction tasks #1903

Fix model not deploy issue under intensive prediction taskks
9d7b9dc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 23, 2024 in 1s

82.63% (+0.01%) compared to 54c788a

View this Pull Request on Codecov

82.63% (+0.01%) compared to 54c788a

Details

Codecov Report

Attention: 6 lines in your changes are missing coverage. Please review.

Comparison is base (54c788a) 82.61% compared to head (9d7b9dc) 82.63%.
Report is 1 commits behind head on main.

Files Patch % Lines
.../java/org/opensearch/ml/utils/RestActionUtils.java 75.00% 4 Missing ⚠️
.../ml/action/syncup/TransportSyncUpOnNodeAction.java 0.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1903      +/-   ##
============================================
+ Coverage     82.61%   82.63%   +0.01%     
- Complexity     5383     5388       +5     
============================================
  Files           521      521              
  Lines         21715    21727      +12     
  Branches       2210     2212       +2     
============================================
+ Hits          17940    17954      +14     
+ Misses         2878     2872       -6     
- Partials        897      901       +4     

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