update LoadAwareScheduling proposal#155
update LoadAwareScheduling proposal#155koordinator-bot[bot] merged 1 commit intokoordinator-sh:mainfrom
Conversation
Signed-off-by: Tao Li <joseph.t.lee@outlook.com>
2909cdf to
baaf64b
Compare
Codecov Report
@@ Coverage Diff @@
## main #155 +/- ##
==========================================
- Coverage 56.90% 56.85% -0.06%
==========================================
Files 86 86
Lines 7882 7882
==========================================
- Hits 4485 4481 -4
- Misses 3004 3006 +2
- Partials 393 395 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hormes The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
|
||
| - `FilterExpiredNodeMetrics` indicates whether to filter nodes where koordlet fails to update NodeMetric. | ||
| - `NodeMetricExpirationSeconds` indicates the NodeMetric expiration in seconds. When NodeMetrics expired, the node is considered abnormal. | ||
| - `NodeMetricExpirationSeconds` indicates the NodeMetric expiration in seconds. When NodeMetrics expired, the node is considered abnormal.Default is 180 seconds. |
There was a problem hiding this comment.
the node is considered abnormal. Default is 180 seconds.
Signed-off-by: Tao Li joseph.t.lee@outlook.com
Ⅰ. Describe what this PR does
Update resource usage estimation in the scoring algorithm and LoadAwareSchedulingArgs
Ⅱ. Does this pull request fix one issue?
Ⅲ. Describe how to verify it
Ⅳ. Special notes for reviews