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
I modified some system settings and brought up a new Nomad client (new instance). I did a nomad drain on the other Nomad client. It immediately scheduled seemingly dozens of periodic tasks that had completed, onto the new node. I can verify based on the logs that they all re-ran.
Reproduction steps
Start a single server, single client
Create a periodic job, let it run for awhile, at least a dozen times
Start a second client, no allocations go to it (they're all happy on the first client)
Drain the first client, run nomad node-status on the new client, see all periodic tasks re-enter "pending" state with desired state "run"
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
0.3.2
Operating system and Environment details
Ubuntu 14.04 LTS (all clients and servers)
Issue
I modified some system settings and brought up a new Nomad client (new instance). I did a
nomad drain
on the other Nomad client. It immediately scheduled seemingly dozens of periodic tasks that had completed, onto the new node. I can verify based on the logs that they all re-ran.Reproduction steps
nomad node-status
on the new client, see all periodic tasks re-enter "pending" state with desired state "run"The text was updated successfully, but these errors were encountered: