mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
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
4 lines
134 B
Plaintext
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
|
|
```
|