Files
nomad/.changelog/26872.txt
Tim Gross 566164a321 state: nil-check waiting evals before attempting to cancel them (#26872)
When we attempt to drop unneeded evals from the eval broker, if the eval has
been GC'd before the check is made, we hit a nil pointer. Check that the eval
actually exists before attempting to remove it from the broker.

Fixes: https://github.com/hashicorp/nomad/issues/26871
2025-10-02 12:24:59 -04:00

4 lines
134 B
Plaintext

```release-note:bug
state: Fixed a bug where the server could panic when attempting to remove unneeded evals from the eval broker
```