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 batch handling of complete allocs/node drains #3217

Merged
merged 2 commits into from
Sep 14, 2017
Merged

Commits on Sep 14, 2017

  1. Fix batch handling of complete allocs/node drains

    This PR fixes:
    * An issue in which a node-drain that contains a complete batch alloc
    would cause a replacement
    * An issue in which allocations with the same name during a scale
    down/stop event wouldn't be properly stopped.
    * An issue in which batch allocations from previous job versions may not
    have been stopped properly.
    
    Fixes #3210
    dadgar committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    04d86ff View commit details
    Browse the repository at this point in the history
  2. changelog

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