-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Fixes a bug with dynamic allocation forcing the executor count to be 1 even when minExecutors is set to 0 #1979
Fixes a bug with dynamic allocation forcing the executor count to be 1 even when minExecutors is set to 0 #1979
Conversation
Resolves #1779 |
d55ad63
to
d240709
Compare
@vara-bonthu some quick feedback:
Honestly not sure how to resolve these issues, since it looks like the actual resolution isn't being respected by the check. Can you advise? |
Did you try to rebase your PR branch with master and uplift the chat version? |
d240709
to
3b002b4
Compare
Yup, I had tried this previously but just re-attempted for the next time the workflow is run. I don't think that will/would assist with the api-docs issue. |
3b002b4
to
c256baf
Compare
…tion environments. Signed-off-by: Peter McClonski <mcclonski_peter@bah.com>
c256baf
to
ed9f518
Compare
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.
/approve
@yuchaoran2011 please review the PR
@vara-bonthu Any hope of getting this merged soon? |
Waiting for another approval from @yuchaoran2011 |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vara-bonthu, vikas-saxena02 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 |
/lgtm |
…1 even when minExecutors is set to 0 (kubeflow#1979) Signed-off-by: Peter McClonski <mcclonski_peter@bah.com>
…1 even when minExecutors is set to 0 (kubeflow#1979) Signed-off-by: Peter McClonski <mcclonski_peter@bah.com>
🛑 Important:
Please open an issue to discuss significant work before you start. We appreciate your contributions and don't want your efforts to go to waste!
For guidelines on how to contribute, please review the CONTRIBUTING.md document.
Purpose of this PR
Fixes a bug with dynamic allocation forcing the executor count to be 1 even when minExecutors is set to 0
Change Category
Indicate the type of change by marking the applicable boxes:
Rationale
Resolves otherwise unexpected behavior where the value of minExecutors was not fully respected.
Checklist
Before submitting your PR, please review the following: