mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
When an allocation can't be placed because of a port collision the resulting blocked eval is expected to have a metric reporting the port that caused the conflict, but this metrics was not being emitted when preemption was enabled.
4 lines
163 B
Plaintext
4 lines
163 B
Plaintext
```release-note:bug
|
|
scheduler: Fixed a bug that caused blocked evaluations due to port conflict to not have a reason explaining why the evaluation was blocked
|
|
```
|