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

Queue suspend design doc #3752

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

Conversation

Monokaix
Copy link
Member

@Monokaix Monokaix commented Sep 26, 2024

Add queue suspend/resume capability design doc.

@volcano-sh-bot volcano-sh-bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Sep 26, 2024

队列在Open,Closing,Unknown状态下时,处理Suspend和Resume action。

- 当队列为Open,Closing或Unknown状态时,收到Suspend action,将队列更新为suspended状态,收到Resume action时,不做任何处理。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see in checkQueueState() that only Open queues can Submit jobs now.
Is it expected that a Queue in the Unknown state should not accept Job submissions?
If so, should accepting the Suspended state be considered as inconsistent with the job submission behavior in the Unknown state, as is the case with Closed?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah checkQueueState() block pod submission,pod&job can be submitted when queue is open or suspended.

Copy link
Member

@hwdef hwdef left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@volcano-sh-bot volcano-sh-bot added the lgtm Indicates that a PR is ready to be merged. label Sep 30, 2024
Signed-off-by: Monokaix <changxuzheng@huawei.com>
@volcano-sh-bot volcano-sh-bot removed the lgtm Indicates that a PR is ready to be merged. label Sep 30, 2024
@volcano-sh-bot
Copy link
Contributor

New changes are detected. LGTM label has been removed.

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
retest-not-required-docs-only size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants