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

Fix bug in HostSetImpl::chooseLocality() #4061

Merged
merged 6 commits into from
Aug 8, 2018

Commits on Aug 6, 2018

  1. Avoid building a queue when all weights are zero.

    Signed-off-by: James Buckland <jbuckland@google.com>
    ambuc committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    4e81688 View commit details
    Browse the repository at this point in the history
  2. EdfScheduler.empty() should discard expired elements along the way.

    Signed-off-by: James Buckland <jbuckland@google.com>
    ambuc committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    80233f0 View commit details
    Browse the repository at this point in the history
  3. Better description of new test.

    Signed-off-by: James Buckland <jbuckland@google.com>
    ambuc committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    37b2bba View commit details
    Browse the repository at this point in the history
  4. Move locality_scheduler_ emptiness check to construction

    Signed-off-by: James Buckland <jbuckland@google.com>
    ambuc committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    bd7de73 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2018

  1. Reset locality scheduler by default and check for empty scheduler at …

    …construction.
    
    Signed-off-by: James Buckland <jbuckland@google.com>
    ambuc committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    62dc734 View commit details
    Browse the repository at this point in the history
  2. Make EdfScheduler::empty() const

    Signed-off-by: James Buckland <jbuckland@google.com>
    ambuc committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    f9f2549 View commit details
    Browse the repository at this point in the history