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.
- 14 Jan, 2019 3 commits
-
-
Nick Ethier authored
executor: streaming stats api
-
Michael Schurter authored
Co-Authored-By:
nickethier <ncethier@gmail.com>
-
Nick Ethier authored
-
- 13 Jan, 2019 2 commits
-
-
Nick Ethier authored
-
Michael Schurter authored
use t.Logf instead of fmt.Printf Co-Authored-By:
nickethier <ncethier@gmail.com>
-
- 12 Jan, 2019 17 commits
-
-
Nick Ethier authored
-
Nick Ethier authored
-
Nick Ethier authored
-
Nick Ethier authored
-
Nick Ethier authored
plugins/driver: update driver interface to support streaming stats client/tr: use streaming stats api TODO: * how to handle errors and closed channel during stats streaming * prevent tight loop if Stats(ctx) returns an error drivers: update drivers TaskStats RPC to handle streaming results executor: better error handling in stats rpc docker: better control and error handling of stats rpc driver: allow stats to return a recoverable error
-
Preetha authored
Handle client initialization errors when adding/restoring allocs
-
Preetha Appan authored
-
Preetha Appan authored
-
Preetha Appan authored
-
Preetha Appan authored
-
Michael Schurter authored
Co-Authored-By:
preetapan <preetha@hashicorp.com>
-
Preetha Appan authored
-
Preetha Appan authored
-
Preetha Appan authored
Added a unit test with custom statedb implementation that errors, to use to verify destroy errors
-
Preetha Appan authored
Also modify restore such that any handled errors don't propagate back to the client
-
Preetha Appan authored
Restore currently shuts down the client so the alloc update cant always make it to the server
-
Preetha Appan authored
We mark the alloc as failed and track failed allocs so that we don't send updates after the first time
-
- 11 Jan, 2019 5 commits
-
-
Danielle Tomlinson authored
client: Cleanup allocrunner access
-
Preetha authored
Make spread weight a pointer with default value if unset
-
Danielle Tomlinson authored
-
Preetha Appan authored
-
Mahmood Ali authored
Re-enable client and java skipped tests
-
- 10 Jan, 2019 13 commits
-
-
Preetha authored
Remove unnecessary usage of alloc.Resource
-
Preetha authored
Docs for spread stanza
-
Preetha Appan authored
-
Preetha authored
Oxford comma in variable interpolation summary
-
Preetha Appan authored
-
Brian Lalor authored
This improves the readability of this section.
-
Mahmood Ali authored
WaitForRunning risks a race condition where the allocation succeeds and completes before WaitForRunning is called (or while it is running). Here, I made the behavior match the function documentation. I considered making it stricter, but callers need to account for allocation terminating immediately after WaitForRunning terminates anyway.
-
Mahmood Ali authored
tests: remove tests for unsupported features
-
Preetha Appan authored
-
Preetha Appan authored
-
Mahmood Ali authored
With switching to driver plugins, driver validation is quite tricky and we need to do some design thinking before supporting it against.
-
Mahmood Ali authored
-
Mahmood Ali authored
ignore _JAVA_OPTIONS line in `java -version`, as it's relevant.
-