open-nomad/.changelog/10897.txt
Seth Hoenig ac5c83cafd core: remove internalization of affinity strings
Basically the same as #10896 but with the Affinity struct.
Since we use reflect.DeepEquals for job comparison, there is
risk of false positives for changes due to a job struct with
memoized vs non-memoized strings.

Closes #10897
2021-07-15 15:15:39 -05:00

4 lines
97 B
Plaintext

```release-note:bug
core: Fixed a bug where affinity memoization may cause planning problems
```