add changes from #7121

This commit is contained in:
Jeff Escalante 2020-02-11 15:39:03 -05:00
parent 569bead286
commit 0bef886c2b
No known key found for this signature in database
GPG Key ID: 32D23C61AB5450DB
1 changed files with 16 additions and 0 deletions

View File

@ -15,6 +15,22 @@ details provided for their upgrades as a result of new features or changed
behavior. This page is used to document those details separately from the
standard upgrade flow.
## Nomad 0.10.4
### Same-Node Scheduling Penalty Removed
Nomad 0.10.4 includes a fix to the scheduler that removes the
same-node penalty for allocations that have not previously failed. In
earlier versions of Nomad, the node where an allocation was running
was penalized from receiving updated versions of that allocation,
resulting in a higher chance of the allocation being placed on a new
node. This was changed so that the penalty only applies to nodes where
the previous allocation has failed or been rescheduled, to reduce the
risk of correlated failures on a host. Scheduling weighs a number of
factors, but this change should reduce movement of allocations that
are being updated from a healthy state. You can view the placement
metrics for an allocation with `nomad alloc status -verbose`.
## Nomad 0.10.3
### mTLS Certificate Validation