Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

[17.06] progress: Show progress of replicated tasks before they are assigned #97

Merged
merged 1 commit into from
Jul 11, 2017
Merged

Commits on Jul 4, 2017

  1. progress: Show progress of replicated tasks before they are assigned

    This was only showing tasks that belong to nodes that are currently up,
    so that tasks on down nodes don't appear to be stuck. But this
    unintentionally excludes tasks that haven't been assigned yet, so if a
    task is stuck before assignment, for example because no nodes meet its
    constraints, a progress bar won't even be shown. The check should only
    apply to tasks that have a node assignment.
    
    Signed-off-by: Aaron Lehmann <[email protected]>
    (cherry picked from commit d3d09f67b18673ec457c5f6634d346a937c58728)
    Signed-off-by: Andrew Hsu <[email protected]>
    aaronlehmann authored and andrewhsu committed Jul 4, 2017
    Configuration menu
    Copy the full SHA
    f9cb056 View commit details
    Browse the repository at this point in the history