-
Notifications
You must be signed in to change notification settings - Fork 277
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 preemption within cohort when there is no borrowingLimit #1561
Fix preemption within cohort when there is no borrowingLimit #1561
Conversation
✅ Deploy Preview for kubernetes-sigs-kueue canceled.
|
9785bbe
to
9776fa4
Compare
/hold |
9776fa4
to
24bdf54
Compare
/hold cancel |
24bdf54
to
0fab512
Compare
/lgtm |
LGTM label has been added. Git tree hash: 27ef62c50e345742b36da1faeb527364b7e42818
|
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.
/assign @alculquicondor
/release-note-edit
Because this is a fix for an unreleased feature. |
My bad, this is about an existing feature /release-note-edit
|
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.
We'll need to make a separate cherry-pick for 0.5
0fab512
to
fce9ac3
Compare
Indeed, this is a bug that affects both the existing feature and the new one. I can clean up the release note to only mention the existing feature. |
b936787
to
a550f53
Compare
/release-note-edit
|
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.
/lgtm
LGTM label has been added. Git tree hash: 20e4cbe3c067b7a7df474769606211a577266ea9
|
Don't forget to create a separate PR for 0.5 |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alculquicondor, mimowo The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…en no borrowingLimit (#1564) * Fix the borrowing while preemption when no borrowingLimit * improve readability
…tes-sigs#1561) * Fix the borrowing while preemption when no borrowingLimit * improve readability
What type of PR is this?
/kind bug
What this PR does / why we need it:
To fix handling of preemption within a cohort when there is no borrowingLimit. In that case
during preemption the available resources coming from borrowing were calculated as if borrowingLimit=0.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?