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

scheduler: stop allocs in unrelated nodes #11391

Merged
merged 5 commits into from
Oct 27, 2021
Merged

scheduler: stop allocs in unrelated nodes #11391

merged 5 commits into from
Oct 27, 2021

Commits on Oct 26, 2021

  1. Add a failing test

    Mahmood Ali committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    1df3f2e View commit details
    Browse the repository at this point in the history
  2. scheduler: stop allocs in unrelated nodes

    he system scheduler should leave allocs on draining nodes as-is, but
    stop node stop allocs on nodes that are no longer part of the job
    datacenters.
    
    Previously, the scheduler did not make the distinction and left system
    job allocs intact if they are already running.
    Mahmood Ali committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    b0ce684 View commit details
    Browse the repository at this point in the history
  3. Refactor tests further

    Mahmood Ali committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    ff58c60 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. schedule: we use node id

    We use node ids rather than node names when hashing or grouping.
    Mahmood Ali committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    1004cf6 View commit details
    Browse the repository at this point in the history
  2. changelog

    Mahmood Ali committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    1b3d278 View commit details
    Browse the repository at this point in the history