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 14 commits
  3. 10 Sep, 2017 7 commits
  4. 09 Sep, 2017 5 commits
  5. 08 Sep, 2017 12 commits
  6. 07 Sep, 2017 1 commit