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

use future idle resources when checking if task can fit node #585

Merged
merged 1 commit into from
Dec 6, 2019
Merged

use future idle resources when checking if task can fit node #585

merged 1 commit into from
Dec 6, 2019

Commits on Dec 5, 2019

  1. use future idle resources when checking if task can fit node

    Future idle resources (current idle resources + resources being released) are considered for pipelining during allocate and preempt action.
    
    Fixes read-write race condition in FakeEvictor
    Fixes a bug when task was used as preemptor on the first iteration of the preempt loop despite task's job being "pipelined".
    Fixes issue #582
    mateuszlitwin committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    b167ec8 View commit details
    Browse the repository at this point in the history