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

api: Ignore User provided ParentID #10424

Merged
merged 1 commit into from
Apr 23, 2021
Merged

api: Ignore User provided ParentID #10424

merged 1 commit into from
Apr 23, 2021

Conversation

notnoop
Copy link
Contributor

@notnoop notnoop commented Apr 21, 2021

ParentID is an internal field that Nomad sets for dispatched or parameterized jobs. Job submitters should not be able to set it
directly, as that messes up children tracking.

Fixes #10422 . It specifically stops the scheduler from honoring the ParentID. The reason failure and why the scheduler didn't schedule that job once it was created is very interesting and requires follow up with a more technical issue.

ParentID is an internal field that Nomad sets for dispatched or
parameterized jobs. Job submitters should not be able to set it
directly, as that messes up children tracking.
Copy link
Member

@tgross tgross left a comment

Choose a reason for hiding this comment

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

LGTM.

@notnoop notnoop merged commit 982f0ac into main Apr 23, 2021
@notnoop notnoop deleted the b-no-setting-parentid branch April 23, 2021 20:22
schmichael pushed a commit that referenced this pull request May 14, 2021
ParentID is an internal field that Nomad sets for dispatched or parameterized jobs. Job submitters should not be able to set it directly, as that messes up children tracking.

Fixes #10422 . It specifically stops the scheduler from honoring the ParentID. The reason failure and why the scheduler didn't schedule that job once it was created is very interesting and requires follow up with a more technical issue.
@tgross tgross added this to the 1.1.0 milestone May 17, 2021
@github-actions
Copy link

I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JSON job with ParentID set does not run
2 participants