open-nomad/client
Nick Ethier 0bdd976b7d
client/driver: remove pull timeout due to race condition that can lead to unexpected timeouts
If two jobs are pulling the same image simultaneously, which ever starts the pull first will set the pull timeout.
This can lead to a poor UX where the first job requested a short timeout while the second job requested a longer timeout
causing the pull to potentially timeout much sooner than expected by the second job.
2018-05-07 12:18:11 -04:00
..
allocdir non-Existent -> nonexistent 2018-03-12 11:59:33 -07:00
config Allow to specify total memory on agent configuration 2018-03-27 15:46:18 -05:00
driver client/driver: remove pull timeout due to race condition that can lead to unexpected timeouts 2018-05-07 12:18:11 -04:00
fingerprint Set user-agent when talking to GCE metadata 2018-04-10 10:36:46 -04:00
getter spelling: replace 2018-03-11 18:41:53 +00:00
lib/streamframer framer: fix early exit/truncation in framer 2018-05-02 10:46:16 -07:00
servers Fire retry only when consul discovers new servers 2018-04-05 10:40:17 -07:00
stats spelling: represents 2018-03-11 18:42:29 +00:00
structs version bump and remove generated 2018-04-27 11:10:00 -07:00
testutil rkt: test Stats() and always run tests 2018-04-24 11:05:42 -07:00
vaultclient non-Existent -> nonexistent 2018-03-12 11:59:33 -07:00
acl.go
acl_test.go
alloc_endpoint.go
alloc_endpoint_test.go
alloc_runner.go Remove old comment 2018-04-04 15:01:48 -05:00
alloc_runner_health_watcher.go add HasHealth helper for nil checks 2018-03-29 09:29:19 -07:00
alloc_runner_test.go tests: fix race in alloc_runner_test.go 2018-04-17 17:14:59 -07:00
alloc_watcher.go Fix alloc watcher snapshot streaming 2018-03-27 11:14:53 -07:00
alloc_watcher_test.go
client.go fix up comments 2018-04-17 11:53:08 -04:00
client_stats_endpoint.go
client_stats_endpoint_test.go
client_test.go test: build with mock_driver by default 2018-04-18 14:45:33 -07:00
consul.go
consul_template.go spelling: templates 2018-03-11 19:01:39 +00:00
consul_template_test.go spelling: propagated 2018-03-11 18:39:26 +00:00
consul_testing.go
fingerprint_manager.go DriverContext: Add the TaskGroup and the Job name 2018-04-23 00:15:29 +02:00
fingerprint_manager_test.go test: build with mock_driver by default 2018-04-18 14:45:33 -07:00
fs_endpoint.go framer: fix race and remove unused error var 2018-05-02 10:46:16 -07:00
fs_endpoint_test.go
gc.go spelling: terminated 2018-03-11 19:01:49 +00:00
gc_test.go
restarts.go client: always mark exited sys/svc allocs as failed 2018-03-27 14:30:19 -07:00
restarts_test.go client: always mark exited sys/svc allocs as failed 2018-03-27 14:30:19 -07:00
rpc.go RPC Retry Watcher 2018-04-03 18:05:28 -07:00
rpc_test.go
state_database.go
task_runner.go consul: make grpc checks more like http checks 2018-05-04 11:08:11 -07:00
task_runner_test.go Replace Consul TLSSkipVerify handling 2018-03-14 17:43:06 -07:00
task_runner_unix_test.go
testing.go Improve DeadlineTime helper 2018-03-21 16:51:44 -07:00
util.go
util_test.go