-
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
Canceled evaluation provide circular or wrong debug information. #17070
Labels
stage/accepted
Confirmed, and intend to work on. No timeline committment though.
theme/core
type/bug
Comments
Hi @stswidwinski thanks for raising this issue and the corresponding PR. We will take a look into this shortly. |
jrasell
added
theme/core
stage/accepted
Confirmed, and intend to work on. No timeline committment though.
labels
May 4, 2023
This was referenced May 8, 2023
Fixed in #17071 which will ship in the next release of Nomad 1.5.x, with backports to 1.4.x and 1.3.x. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
stage/accepted
Confirmed, and intend to work on. No timeline committment though.
theme/core
type/bug
Nomad version
Built off tip
Operating system and Environment details
Unix
Issue
When an evaluation is canceled, it produces confusing or wrong debug information. In particular:
There are a few interesting points:
CreateIndex
andModifyIndex
are different butCreateTime
andModifyTime
are the same. In practice the times should be 30 seconds apart.StatusDescription
reports the successful evaluation as the same evaluation which is canceled. This is not the intended information.I will submit a proposed patch to fix these fields below.
The text was updated successfully, but these errors were encountered: