open-nomad/.changelog/17316.txt
Charlie Voiselle 86e04a4c6c
[core] nil check and error handling for client status in heartbeat responses (#17316)
Add a nil check to constructNodeServerInfoResponse to manage an apparent race between deregister and client heartbeats. Fixes #17310
2023-05-25 16:04:54 -04:00

4 lines
92 B
Plaintext

```release-note:bug
core: Fix panic around client deregistration and pending heartbeats
```