You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once a placement failure has occurred the 'placement failure error' will always stay visible in the UI, regardless if subsequent runs of that job succeed. Expected behaviour: The placement failure error should only be visible if a job is currently in a failed stage.
Reproduction steps
Start with a clean UI (e.g. purge all existing jobs nomad stop -purge myjob)
Deploy a job and cause a placement issue
Verify the placement issue is visible in the UI
Fix the placement issue, for example by adjusting the job and rerunning it
Expected behaviour: the previous placement failure isn't visible in the UI
Actual behaviour: the placement failure is still there.
The text was updated successfully, but these errors were encountered:
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.
Nomad version
Nomad v0.7.1
Issue
Once a placement failure has occurred the 'placement failure error' will always stay visible in the UI, regardless if subsequent runs of that job succeed. Expected behaviour: The placement failure error should only be visible if a job is currently in a failed stage.
Reproduction steps
nomad stop -purge myjob
)The text was updated successfully, but these errors were encountered: