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

Worker waits til max ModifyIndex across EvalsByJob #3206

Merged
merged 3 commits into from
Sep 14, 2017
Merged

Commits on Sep 14, 2017

  1. Worker waits til max ModifyIndex across EvalsByJob

    This PR fixes a scheduling race condition in which the plan results from
    one invocation of the scheduler were not being considered by the next
    since the Worker was not waiting for the correct index.
    
    Fixes #3198
    dadgar committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    4b4e376 View commit details
    Browse the repository at this point in the history
  2. Address feedback

    dadgar committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    c3cca84 View commit details
    Browse the repository at this point in the history
  3. Changelog

    dadgar committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    eae982d View commit details
    Browse the repository at this point in the history