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

fix:an unschedulable bestEffort Pod affects the scheduling of other pending bestEffort pods #3698

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Lily922
Copy link
Contributor

@Lily922 Lily922 commented Aug 28, 2024

fix:an unschedulable bestEffort Pod affects the scheduling of other pending bestEffort pods

If there is a pending BestEffort Pod in the cluster that cannot be scheduled, for example, the node affinity cannot be satisfied. The processing loop will break and the subsequent Pending Pods in pendingTasks slice can never be processed.

…ending bestEffort pods

Signed-off-by: l00500787 <lili_9309@163.com>
@volcano-sh-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
To complete the pull request process, please assign hwdef
You can assign the PR to them by writing /assign @hwdef in a comment when ready.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@volcano-sh-bot volcano-sh-bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Aug 28, 2024
@lowang-bh
Copy link
Member

Coud you add a test case to cover it? thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants