open-nomad/command/agent/consul
Michael Schurter 9fed8d1bed client: fix panic from 0.8 -> 0.10 upgrade
makeAllocTaskServices did not do a nil check on AllocatedResources
which causes a panic when upgrading directly from 0.8 to 0.10. While
skipping 0.9 is not supported we intend to fix serious crashers caused
by such upgrades to prevent cluster outages.

I did a quick audit of the client package and everywhere else that
accesses AllocatedResources appears to be properly guarded by a nil
check.
2019-11-01 07:47:03 -07:00
..
catalog_testing.go
check_watcher.go
check_watcher_test.go consul: add test for check watcher deadlock 2019-07-18 08:24:09 -07:00
client.go client: fix panic from 0.8 -> 0.10 upgrade 2019-11-01 07:47:03 -07:00
group_test.go client: fix panic from 0.8 -> 0.10 upgrade 2019-11-01 07:47:03 -07:00
int_test.go
structs.go
unit_test.go support script checks for task group services (#6197) 2019-09-03 15:09:04 -04:00
version_checker.go
version_checker_test.go