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

mrd: remove redundant validation in HTTP endpoint #8685

Merged
merged 1 commit into from
Aug 18, 2020
Merged

mrd: remove redundant validation in HTTP endpoint #8685

merged 1 commit into from
Aug 18, 2020

Conversation

tgross
Copy link
Member

@tgross tgross commented Aug 18, 2020

Fixes #8354

The regionForJob function in the HTTP job endpoint overrides the region for
multiregion jobs to global, which is used as a sentinel value in the
server's job endpoint to avoid re-registration loops. This changeset removes
an extraneous check that results in errors in the web UI and makes
round-tripping through the HTTP API cumbersome for all consumers.

The `regionForJob` function in the HTTP job endpoint overrides the region for
multiregion jobs to `global`, which is used as a sentinel value in the
server's job endpoint to avoid re-registration loops. This changeset removes
an extraneous check that results in errors in the web UI and makes
round-tripping through the HTTP API cumbersome for all consumers.
@tgross tgross marked this pull request as ready for review August 18, 2020 19:51
@tgross tgross requested review from cgbaker, DingoEatingFuzz and notnoop and removed request for DingoEatingFuzz August 18, 2020 19:51
@tgross tgross added this to the 0.12.4 milestone Aug 18, 2020
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.

cool, lgtm

@tgross tgross merged commit a8b144c into master Aug 18, 2020
@tgross tgross deleted the mrd-api branch August 18, 2020 20:48
@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 21, 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.

Both Region and Multi Region Blocks exist after initial nomad run
2 participants