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

Destroy task group leader first #2753

Merged
merged 1 commit into from
Jul 3, 2017
Merged

Destroy task group leader first #2753

merged 1 commit into from
Jul 3, 2017

Commits on Jul 3, 2017

  1. Destroy task group leader first

    Before this commit all tasks in a task group were destroyed
    concurrently. This meant logging sidecars might be stopped before the
    leader task whose logs still need to be shipped.
    
    This commit blocks on the leader shutting down before signalling to
    followers to shutdown.
    schmichael committed Jul 3, 2017
    Configuration menu
    Copy the full SHA
    1186366 View commit details
    Browse the repository at this point in the history