1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon/cluster/executor/container
Stephen J Day 454128c6e8
daemon/cluster: handle partial attachment entries during configure
We have seen a panic when re-joining a node to a swarm cluster. The
cause of the issue is unknown, so we just need to add a test for nil
objects and log when we get the condition. Hopefully this can prevent
the crash and we can recover the config at a later time.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2018-04-04 15:53:14 -07:00
..
adapter.go Fix to address regression caused by PR 30897 2018-03-05 19:10:39 -05:00
attachment.go Move all daemon image methods into imageService 2018-02-26 16:48:29 -05:00
container.go Add canonical import comment 2018-02-05 16:51:57 -05:00
container_test.go Automated migration using 2018-03-16 11:03:43 -04:00
controller.go Move all daemon image methods into imageService 2018-02-26 16:48:29 -05:00
errors.go Add canonical import comment 2018-02-05 16:51:57 -05:00
executor.go daemon/cluster: handle partial attachment entries during configure 2018-04-04 15:53:14 -07:00
health_test.go Move all daemon image methods into imageService 2018-02-26 16:48:29 -05:00
validate.go Add canonical import comment 2018-02-05 16:51:57 -05:00
validate_test.go Move all daemon image methods into imageService 2018-02-26 16:48:29 -05:00
validate_unix_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
validate_windows_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00