-
Notifications
You must be signed in to change notification settings - Fork 106
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
feat(qrm): Support for OOM priority as a QoS enhancement #371
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #371 +/- ##
==========================================
- Coverage 53.43% 53.26% -0.18%
==========================================
Files 439 444 +5
Lines 48419 48807 +388
==========================================
+ Hits 25874 25997 +123
- Misses 19608 19867 +259
- Partials 2937 2943 +6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
pkg/agent/qrm-plugins/memory/dynamicpolicy/policy_async_handler.go
Outdated
Show resolved
Hide resolved
pkg/agent/qrm-plugins/memory/dynamicpolicy/policy_async_handler.go
Outdated
Show resolved
Hide resolved
please add or refine unit-tests until passing codecov/patch check, thanks |
4cf9a43
to
8959b31
Compare
pkg/util/qos/mem_enhancement.go
Outdated
} | ||
|
||
parsedOOMPriority, parseErr := strconv.Atoi(oomPriorityStr) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it will be better to remove those unnecessary blank lines
(to keep a uniform coding styles); need to check for all those coding styles
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
8959b31
to
9407867
Compare
9407867
to
d0913db
Compare
Signed-off-by: ricky <[email protected]>
d0913db
to
fb0fdd1
Compare
What type of PR is this?
What this PR does / why we need it:
Which issue(s) this PR fixes:
#216
Special notes for your reviewer:
@csfldf