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

ensure scheduler preemptor behaves in an efficient/correct path #70898

Merged
merged 1 commit into from Nov 17, 2018

Commits on Nov 16, 2018

  1. ensure scheduler preemptor behaves in an efficient/correct path

    - don't update nominatedMap cache when Pop() an element from activeQ
    - instead, delete the nominated info from cache when it's "assumed"
    - unit test behavior adjusted
    - expose SchedulingQueue in factory.Config
    Huang-Wei committed Nov 16, 2018
    Copy the full SHA
    b4fd115 View commit details
    Browse the repository at this point in the history