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
That's the first surprise, the job should be a NOOP, i just read it out, changed a Meta key and submitted it back to Nomad - there should be zero new allocations, and inspecting the job and its allocation also show 0 changes.
Now for the even weirder, after ~30-60s, hitting the /v1/evaluation/:id/allocations endpoint again with the same EvalID returns nothing but [] (which is what I expected to be returned, since the task for a NOOP after all)
Is it intended behavior that I'm seeing or a bug? it only happens for some of the jobs, and adding a random jitter (0-60s) between submitting the job and reading the eval allocations does not yield any consistent behavior either
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.5.0-rc1 ('a8c8199e413d387021a15d7a1400c8b8372124d6+CHANGES')
Operating system and Environment details
Description: Debian GNU/Linux 7.9 (wheezy)
Release: 7.9
Codename: wheezy
Linux version 4.7.6 (root@xxx) (gcc version 4.7.2 (Debian 4.7.2-5) ) #1 SMP Sun Oct 2 13:15:49 UTC 2016
Issue
Submitting a job through the API, and right away hitting the
/v1/evaluation/:id/allocations
gives an API response like this ( https://gist.github.com/jippi/1d67a7e2ed924884c69db5e6bca71a72 )That's the first surprise, the job should be a NOOP, i just read it out, changed a
Meta
key and submitted it back to Nomad - there should be zero new allocations, and inspecting the job and its allocation also show 0 changes.Now for the even weirder, after ~30-60s, hitting the
/v1/evaluation/:id/allocations
endpoint again with the sameEvalID
returns nothing but[]
(which is what I expected to be returned, since the task for a NOOP after all)Is it intended behavior that I'm seeing or a bug? it only happens for some of the jobs, and adding a random jitter (0-60s) between submitting the job and reading the eval allocations does not yield any consistent behavior either
The text was updated successfully, but these errors were encountered: