-
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
Comments
Hi @stswidwinski thanks for raising this issue and the corresponding PR. We will take a look into this shortly. |
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. |
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. |
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: