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 deployment watcher index usage #4709

Merged
merged 3 commits into from
Sep 24, 2018
Merged

Fix deployment watcher index usage #4709

merged 3 commits into from
Sep 24, 2018

Commits on Sep 21, 2018

  1. Fix deployment watcher index usage

    Fixes three issues:
    1. Retrieving the latest evaluation index was not properly selecting the
    greatest index. This would undermine checks we had to reduce the number
    of evaluations created when the latest eval index was greater than any
    alloc change
    2. Fix an issue where the blocking query code was using the incorrect
    index such that the index was higher than necassary.
    3. Special case handling of blocked evaluation since the create/snapshot
    index is no particularly useful since they can be reblocked.
    dadgar committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    34e8b2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f782216 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2018

  1. Configuration menu
    Copy the full SHA
    9d4ff89 View commit details
    Browse the repository at this point in the history