koord-schedler: fix queuesortplugin of coscheduling#894
koord-schedler: fix queuesortplugin of coscheduling#894lucming wants to merge 1 commit intokoordinator-sh:mainfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
5338839 to
54bc6e6
Compare
Signed-off-by: lucming <2876757716@qq.com>
54bc6e6 to
120309a
Compare
Codecov ReportBase: 66.44% // Head: 66.44% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #894 +/- ##
==========================================
- Coverage 66.44% 66.44% -0.01%
==========================================
Files 233 233
Lines 26754 26772 +18
==========================================
+ Hits 17778 17788 +10
- Misses 7717 7725 +8
Partials 1259 1259
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
okay, i will close this pr. IMO,we just want something to make sure the pod in the same pg, |
yeah...The hash code is not necessary, I understand that it is just for comparison. |
|
/close |
|
@eahydra: Closed this PR. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Ⅰ. Describe what this PR does
coscheduling.Less, the id of the pg should be compared, and the old logic is compare with{pod.namespace}/{pod.name}maybe not right.Our ultimate goal should be to put pods belonging to the same pg together in schedulerqueue.
Ⅱ. Does this pull request fix one issue?
Ⅲ. Describe how to verify it
Ⅳ. Special notes for reviews
V. Checklist
make test