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

Remove Namespace field from JobScaleRequest #9296

Merged
merged 1 commit into from
Nov 9, 2020

Conversation

lgfa29
Copy link
Contributor

@lgfa29 lgfa29 commented Nov 9, 2020

Having the Namespace as a top-level field causes the RPC decoding process to use it as the request namespace. Since we are not using this field, the namepsace would be set to an empty string when going from a client to a server, causing the request to fail with a 404 when looking for the job:

job "webapp" not found

Copy link
Contributor

@cgbaker cgbaker left a comment

Choose a reason for hiding this comment

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

LGTM subject to tests passing

@lgfa29 lgfa29 merged commit 6881346 into master Nov 9, 2020
@lgfa29 lgfa29 deleted the b-remove-namespace-from-scale-request branch November 9, 2020 20:13
lgfa29 added a commit that referenced this pull request Nov 9, 2020
lgfa29 added a commit that referenced this pull request Nov 9, 2020
@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 Dec 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants