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

[Backport 2.x] Fix model not deploy issue under intensive prediction tasks #1930

Merged
merged 1 commit into from
Jan 26, 2024

Fix model not deploy issue under intensive prediction taskks (#1903)

52b9395
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.x] Fix model not deploy issue under intensive prediction tasks #1930

Fix model not deploy issue under intensive prediction taskks (#1903)
52b9395
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 26, 2024 in 0s

82.92% (target 80.00%)

View this Pull Request on Codecov

82.92% (target 80.00%)

Details

Codecov Report

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

Comparison is base (6a709ac) 82.94% compared to head (52b9395) 82.92%.

Files Patch % Lines
.../ml/action/syncup/TransportSyncUpOnNodeAction.java 0.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x    #1930      +/-   ##
============================================
- Coverage     82.94%   82.92%   -0.03%     
+ Complexity     5415     5414       -1     
============================================
  Files           521      521              
  Lines         21715    21717       +2     
  Branches       2212     2213       +1     
============================================
- Hits          18011    18008       -3     
- Misses         2809     2813       +4     
- Partials        895      896       +1     

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