open-nomad/.changelog/17450.txt
Seth Hoenig 134e70cbab
client: fix client panic during drain cause by shutdown (#17450)
During shutdown of a client with drain_on_shutdown there is a race between
the Client ending the cgroup and the task's cpuset manager cleaning up
the cgroup. During the path traversal, skip anything we cannot read, which
avoids the nil DirEntry we try to dereference now.
2023-06-07 15:12:44 -05:00

4 lines
102 B
Plaintext

```release-note:bug
client: Fixed a bug where agent would panic during drain incurred by shutdown
```