-
Notifications
You must be signed in to change notification settings - Fork 971
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
Add queue state management design proposal #501
Conversation
Hey @sivanzcw, TravisBuddy Request Identifier: c8126230-fbd3-11e9-9ef7-03a460f81868 |
Queue lacks `State Management` capabilities. As long as the queue exists, task can be sent to the queue. Queue can be | ||
changed or deleted regardless of its state. | ||
|
||
In `Hadoop YARN`, The queue has three states, `STOPPED`, `Running` and `Draining`. When the Queue is in the `STOPPED` |
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.
hm... any user case for this? Copying should not be the motivation :)
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.
Modified the Motivation
, please review again
Hey @sivanzcw, TravisBuddy Request Identifier: b1d5d4d0-fc68-11e9-980e-67cb1f2e1356 |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: k82cn, sivanzcw 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 |
Mainly including:
Queue Data Strcut
Queue State
Queue Lifecycle Management
Queue Status Refreshment
Queue Placement Restriction
Queue State on The Scheduling Process
Queue State on
vcctl