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

Backport of [ui] Remove simulacral allocation stat in favor of live-updating one into release/1.8.x #23325

Conversation

hc-github-team-nomad-core
Copy link
Contributor

Backport

This PR is auto-generated from #23306 to be assessed for backporting due to the inclusion of the label backport/1.8.x.

The below text is copied from the body of the original PR.


While most of our job status panel allocation numbers use allocations live as they're updated from the /allocations endpoint for a given job, one holdout remained: the the "X Allocations Running" number came from the job-summary, which tabulates at a slightly different time than allocations do (and is sometimes susceptible to inaccuracy)

This changes the number in steady-state jobs to be what we actually see among currently running allocations from the /allocations endpoint. This doesn't discriminate between new-version and old-version allocations, only returning the number currently running.

image

Resolves #20627


Overview of commits

@hc-github-team-nomad-core hc-github-team-nomad-core force-pushed the backport/20627-current-job-overview-summary-page-is-reporting-disparate-numbers-for-running-allocations-segals-law/wrongly-primary-stallion branch from ad14722 to 28effa8 Compare June 14, 2024 13:24
Copy link

Ember Test Audit comparison

release/1.8.x 28effa8 change
passes 1563 1563 0
failures 0 0 0
flaky 0 0 0
duration 11m 35s 501ms 11m 34s 144ms -01s 357ms

@philrenaud philrenaud merged commit dd7fdc4 into release/1.8.x Jun 17, 2024
15 checks passed
@philrenaud philrenaud deleted the backport/20627-current-job-overview-summary-page-is-reporting-disparate-numbers-for-running-allocations-segals-law/wrongly-primary-stallion branch June 17, 2024 13:46
Copy link

github-actions bot commented Jan 3, 2025

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 Jan 3, 2025
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.

2 participants