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 debug logging for scheduler internals #6849

Merged
merged 2 commits into from
Dec 12, 2019
Merged

Commits on Dec 12, 2019

  1. Use debug logging for scheduler internals

    We currently log an error if preemption is unable to find a suitable set of
    allocations to preempt. This commit changes that to debug level since not finding
    preemptable allocations is not an error condition.
    preetapan committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    ed1f30e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be897ca View commit details
    Browse the repository at this point in the history