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.
  1. 12 Sep, 2017 1 commit
    • Alex Dadgar's avatar
      Non-locked accessors to common Node fields · baf5f98b
      Alex Dadgar authored
      This PR removes locking around commonly accessed node attributes that do
      not need to be locked. The locking could cause nodes to TTL as the
      heartbeat code path was acquiring a lock that could be held for an
      excessively long time. An example of this is when Vault is inaccessible,
      since the fingerprint is run with a lock held but the Vault
      fingerprinter makes the API calls with a large timeout.
      
      Fixes https://github.com/hashicorp/nomad/issues/2689
      baf5f98b
  2. 11 Sep, 2017 1 commit
  3. 06 Sep, 2017 2 commits
  4. 05 Sep, 2017 7 commits
  5. 04 Sep, 2017 3 commits
  6. 14 Aug, 2017 1 commit
  7. 11 Aug, 2017 2 commits
  8. 07 Jul, 2017 1 commit
  9. 06 Jul, 2017 1 commit
  10. 05 Jul, 2017 1 commit
  11. 03 Jul, 2017 2 commits
  12. 04 Jun, 2017 1 commit
  13. 03 Jun, 2017 1 commit
  14. 31 May, 2017 1 commit
  15. 25 May, 2017 1 commit
  16. 23 May, 2017 1 commit
  17. 12 May, 2017 2 commits
  18. 11 May, 2017 1 commit
  19. 09 May, 2017 1 commit
  20. 03 May, 2017 1 commit
  21. 02 May, 2017 1 commit
  22. 01 May, 2017 4 commits
  23. 19 Apr, 2017 1 commit
    • Michael Schurter's avatar
      Refactor Consul Syncer into new ServiceClient · 10cb924b
      Michael Schurter authored
      Fixes #2478 #2474 #1995 #2294
      
      The new client only handles agent and task service advertisement. Server
      discovery is mostly unchanged.
      
      The Nomad client agent now handles all Consul operations instead of the
      executor handling task related operations. When upgrading from an
      earlier version of Nomad existing executors will be told to deregister
      from Consul so that the Nomad agent can re-register the task's services
      and checks.
      
      Drivers - other than qemu - now support an Exec method for executing
      abritrary commands in a task's environment. This is used to implement
      script checks.
      
      Interfaces are used extensively to avoid interacting with Consul in
      tests that don't assert any Consul related behavior.
      10cb924b
  24. 10 Apr, 2017 1 commit
  25. 31 Mar, 2017 1 commit