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.
- 02 May, 2018 3 commits
-
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
According to go/codec's docs, Reset(...) should be called on Decoders/Encoders before reuse: https://godoc.org/github.com/ugorji/go/codec I could find no evidence that *not* calling Reset() caused bugs, but might as well do what the docs say?
-
- 15 Feb, 2018 8 commits
-
-
Alex Dadgar authored
This PR enhances the API package by having client only RPCs route through the server when they are low cost and for filesystem access to first attempt a direct connection to the node and then falling back to a server routed request.
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
- 01 Dec, 2017 3 commits
-
-
Michael Schurter authored
-
Michael Schurter authored
I hate adding "this should never happen" checks, but causing a tight loop that OOMs Nomad is just too easy in this code otherwise.
-
Michael Schurter authored
Fixes #3342 Two bugs were fixed: * Closing the StreamFramer's exitCh before setting the error means other goroutines blocked on exitCh closing could see the error as nil. This was *not* observered. * parseFramerError on Windows would fall through and return an improperly captured nil err variable. There's no need for parseFramerError to be a closure which fixes the confusion.
-
- 09 Oct, 2017 2 commits
-
-
Michael Schurter authored
-
Michael Schurter authored
ACL enforcement for the filesystem HTTP APIs on clients.
-
- 26 Sep, 2017 1 commit
-
-
Alex Dadgar authored
-
- 11 Sep, 2017 1 commit
-
-
Alex Dadgar authored
-
- 07 Aug, 2017 1 commit
-
-
Luke Farnell authored
-
- 11 May, 2017 1 commit
-
-
Alex Dadgar authored
-
- 01 May, 2017 1 commit
-
-
Alex Dadgar authored
This PR removes deepcopying of the job attached to the allocation in the alloc runner. This operation is called very often so removing reflect from the code path and the potentially large number of mallocs need to create a job reduced memory and cpu pressure.
-
- 31 Mar, 2017 1 commit
-
-
Alex Dadgar authored
This PR adds tracking to when a task starts and finishes and the logs API takes advantage of this and returns better errors when asking for logs that do not exist.
-
- 28 Feb, 2017 1 commit
-
-
Alex Dadgar authored
This PR fixes our vet script and fixes all the missed vet changes. It also fixes pointers being printed in `nomad stop <job>` and `nomad node-status <node>`.
-
- 24 Jan, 2017 3 commits
-
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
- 23 Jan, 2017 1 commit
-
-
Alex Dadgar authored
-
- 13 Jan, 2017 1 commit
-
-
Alex Dadgar authored
-
- 10 Dec, 2016 2 commits
-
-
Alex Dadgar authored
-
Alex Dadgar authored
-
- 09 Dec, 2016 2 commits
-
-
Alex Dadgar authored
-
Alex Dadgar authored
-
- 18 Nov, 2016 1 commit
-
-
Alex Dadgar authored
This PR: * Fixes a race in which StreamFramer could panic while closing. * Simplifies the logic of the StreamFramer * Removes a potentially leaked goroutine
-
- 03 Oct, 2016 1 commit
-
-
Alex Dadgar authored
-
- 12 Aug, 2016 1 commit
-
-
Alex Dadgar authored
-
- 25 Jul, 2016 5 commits
-
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-