open-nomad/client
Michael Schurter 3b15db1ac4 Ignore Consul deregister errors on executors
Errors here only occur if Consul is not running when Nomad is restarted.

Errors here are only an issue if:
 * Consul is being used but is down or misbehaving
 * The executor is old (<0.6)
 * The task has services
 * The services hit a pre-0.6 consul.Syncer bug

If all of those conditions are met the pre-0.6 bugs will persist for
this task until Nomad is restarted.
2017-05-09 11:28:27 -07:00
..
allocdir Refactor Consul Syncer into new ServiceClient 2017-04-19 12:42:47 -07:00
config Various fixes 2017-03-14 12:56:31 -07:00
driver Ignore Consul deregister errors on executors 2017-05-09 11:28:27 -07:00
fingerprint Fixed typo 2017-04-10 11:45:11 -07:00
getter Recoverable struct field must be exported 2017-03-28 12:18:57 -07:00
stats
structs
testutil
vaultclient Stop Vault token renew on task exit 2017-03-28 10:53:15 -07:00
alloc_runner.go Switch java/exec to use Exec in Executor 2017-04-21 16:25:49 -07:00
alloc_runner_test.go Merge pull request #2585 from hashicorp/b-2554-container-exec 2017-05-05 10:31:18 -07:00
client.go Refactor Consul Syncer into new ServiceClient 2017-04-19 12:42:47 -07:00
client_test.go Refactor Consul Syncer into new ServiceClient 2017-04-19 12:42:47 -07:00
consul.go Move ScriptExecutor to driver 2017-04-19 12:42:47 -07:00
consul_template.go Access Node Meta and Attrs in template 2017-03-27 15:15:33 -07:00
consul_template_test.go Update consul/api to support unix socket addrs 2017-05-08 11:57:04 -07:00
consul_test.go Thanks go vet! 2017-04-19 13:05:41 -07:00
gc.go Review fixes 2017-03-14 10:45:15 -07:00
gc_test.go Fix test deadlock due to alloc runner not running 2017-03-16 13:22:08 -07:00
restarts.go Improve artifact download error message 2017-03-24 15:26:05 -07:00
restarts_test.go
serverlist.go
serverlist_test.go Vendor + test fixes 2017-02-22 15:55:33 -08:00
task_runner.go Merge pull request #2585 from hashicorp/b-2554-container-exec 2017-05-05 10:31:18 -07:00
task_runner_test.go Merge pull request #2585 from hashicorp/b-2554-container-exec 2017-05-05 10:31:18 -07:00
task_runner_unix_test.go Split task runner tests 2017-04-04 15:02:09 -07:00
util.go
util_test.go