This project is mirrored from https://gitee.com/mirrors/nomad.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 15 Sep, 2017 8 commits
-
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
-
- 14 Sep, 2017 32 commits
-
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
All 3 error/failure cases share restart logic, but 2 of them have special cased conditions.
-
Michael Schurter authored
Watched was a silly name
-
Michael Schurter authored
Before this commit if a task had 2 checks cause restarts at the same time, both would trigger restarts of the task! This change removes all checks for a task whenever one of them is restarted.
-
Michael Schurter authored
@dadgar made the excellent observation in #3105 that TaskRunner removes and re-registers checks on restarts. This means checkWatcher doesn't need to do *any* internal restart tracking. Individual checks can just remove themselves and be re-added when the task restarts.
-
Michael Schurter authored
-
Michael Schurter authored
Reusing checkRestart for both adds/removes and the main check restarting logic was confusing.
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
Also expose a mock Consul Agent to allow testing ServiceClient and checkWatcher from TaskRunner without actually talking to a real Consul.
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
Treat warnings as unhealthy by default
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
-
Chelsea Komlo authored
Add job endpoint ACL
-
Alex Dadgar authored
Fix batch handling of complete allocs/node drains
-
Alex Dadgar authored
-
Alex Dadgar authored
This PR fixes: * An issue in which a node-drain that contains a complete batch alloc would cause a replacement * An issue in which allocations with the same name during a scale down/stop event wouldn't be properly stopped. * An issue in which batch allocations from previous job versions may not have been stopped properly. Fixes https://github.com/hashicorp/nomad/issues/3210
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
Worker waits til max ModifyIndex across EvalsByJob
-