Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core: emit node evals only for sys jobs in dc #12955

Merged
merged 1 commit into from
Jul 6, 2022
Merged

Commits on Jul 6, 2022

  1. core: emit node evals only for sys jobs in dc

    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.
    schmichael committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    e7d9773 View commit details
    Browse the repository at this point in the history