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

[bug] Running field of TaskGroupScaleStatus doesn't get populated #7789

Closed
jrasell opened this issue Apr 23, 2020 · 2 comments · Fixed by #7816
Closed

[bug] Running field of TaskGroupScaleStatus doesn't get populated #7789

jrasell opened this issue Apr 23, 2020 · 2 comments · Fixed by #7816
Assignees
Labels
theme/autoscaling Issues related to supporting autoscaling type/bug
Milestone

Comments

@jrasell
Copy link
Member

jrasell commented Apr 23, 2020

Nomad version

Nomad v0.11.2-dev

Currently the Running field of structs.JobScaleStatus is never populated when hydrating the response unlike other fields. Do we need this field, and if so, what should be used to populate it? If we do not need the field it should be removed from the internal struct and API response object.

@jrasell jrasell added type/bug theme/autoscaling Issues related to supporting autoscaling labels Apr 23, 2020
@cgbaker cgbaker self-assigned this Apr 23, 2020
@cgbaker cgbaker added this to the 0.11.2 milestone Apr 23, 2020
@cgbaker
Copy link
Contributor

cgbaker commented Apr 23, 2020

going to add on to this bug: when the job is scaled to zero, nomad does not create a deployment. therefore, the current code is reporting invalid information by using the latest deployment, which refers to a previous version of the job. this should be corrected.

@github-actions
Copy link

github-actions bot commented Nov 8, 2022

I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, 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 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
theme/autoscaling Issues related to supporting autoscaling type/bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants