-
Notifications
You must be signed in to change notification settings - Fork 2k
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
job plan
output missing diff on scaling
block
#18008
Comments
Hi @tgross , I'm seeing this on at least 3 versions: 1.4.3, 1.5.6 and 1.6.1 Looks like we have no diff implemented for Line 216 in 3e61b3a
I would like to work on this bug. Please let me know if you have any concern. |
Hi @nvanthao 👋 Thank you for the interest! I don't think there's any specific concerns here, and your assessment seems correct. Feel free to work on a PR to fix this and let us know if you need any help 🙂 |
Thanks @lgfa29 I'm working on this now and will update us with the PR later. |
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. |
When a
nomad job plan
results in an update, the diff between the old and new is shown even if the update is an in-place update (one that doesn't replace the allocation). For example, and update to anupdate
block looks like this:But when changes are made to the
scaling
block, they're not reported in the diff even though the scheduler correctly identifies an in-place update:This issue was raised internally and the above outputs are from near the
HEAD
ofmain
. Not sure which versions are impacted but likely to be from whenever we first introduced scaling.The text was updated successfully, but these errors were encountered: