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

Filtered evals should also be treated as blocked in system scheduler #6482

Open
preetapan opened this issue Oct 11, 2019 · 0 comments
Open

Comments

@preetapan
Copy link
Contributor

preetapan commented Oct 11, 2019

PR #5900 implemented support for blocked evaluations in the system scheduler, such that system jobs would be placed after capacity was available.

Some node properties are immutable (e.g. arch) and we do not want to recheck those properties for system jobs. Some are mutable (e.g. driver availability) and we need to recheck blocked evaluations when those properties change. We need to block filtered jobs iff they are filtered by properties that may change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants