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. 10 Feb, 2022 13 commits
  2. 09 Feb, 2022 3 commits
  3. 08 Feb, 2022 9 commits
  4. 07 Feb, 2022 3 commits
    • Dylan Staley's avatar
      Merge pull request #11936 from hashicorp/ds.ie11-warning · 21f7d011
      Dylan Staley authored
      website: display warning in IE 11
      Unverified
      21f7d011
    • Kevin Schoonover's avatar
      address comments · 5cea3663
      Kevin Schoonover authored
      Co-authored-by: default avatarSeth Hoenig <seth.a.hoenig@gmail.com>
      5cea3663
    • Tim Gross's avatar
      scheduler: recover from panic (#12009) · f8111692
      Tim Gross authored
      If processing a specific evaluation causes the scheduler (and
      therefore the entire server) to panic, that evaluation will never
      get a chance to be nack'd and cleared from the state store. It will
      get dequeued by another scheduler, causing that server to panic, and
      so forth until all servers are in a panic loop. This prevents the
      operator from intervening to remove the evaluation or update the
      state.
      
      Recover the goroutine from the top-level `Process` methods for each
      scheduler so that this condition can be detected without panicking the
      server process. This will lead to a loop of recovering the scheduler
      goroutine until the eval can be removed or nack'd, but that's much
      better than taking a downtime.
      Unverified
      f8111692
  5. 06 Feb, 2022 2 commits
  6. 05 Feb, 2022 4 commits
  7. 04 Feb, 2022 3 commits
  8. 03 Feb, 2022 3 commits