f21272065d
Whenever a node joins the cluster, either for the first time or after being `down`, we emit a evaluation for every system job to ensure all applicable system jobs are running on the node. This patch adds an optimization to skip creating evaluations for system jobs not in the current node's DC. While the scheduler performs the same feasability check, skipping the creation of the evaluation altogether saves disk, network, and memory.
4 lines
119 B
Plaintext
4 lines
119 B
Plaintext
```release-note:improvement
|
|
core: On node updates skip creating evaluations for jobs not in the node's datacenter.
|
|
```
|