-
Notifications
You must be signed in to change notification settings - Fork 264
Conversation
Signed-off-by: Da K. Ma <klaus1982.cn@gmail.com>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: k82cn 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 |
if assigned { | ||
jobs.Push(job) | ||
// Handle one assigned task in each loop. | ||
if !assigned { |
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.
@Jeffwan , I reverted your PR. Because for training job, it need all pods to be started together; and for spark job, it requires master (driver) pod to be started firstly. If another case I missed, please let me know.
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.
@k82cn. Thanks! I will double check my cases.
…ream-release-0.4 Automated cherry pick of #615: Handled minAvailable task everytime.
Handled minAvailable task everytime.
Handled minAvailable task everytime.
Handled minAvailable task everytime.
Signed-off-by: Da K. Ma klaus1982.cn@gmail.com
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #598
Release note: