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/undertaker: don't ignore all errors #7761

Merged
merged 1 commit into from
Aug 18, 2017

Commits on Aug 18, 2017

  1. worker/undertaker: don't ignore all errors

    The undertaker was ignoring all errors when attempting
    to transition a Dying model to Dead. This is wrong; we
    should only ignore a couple of specific errors relating
    to the contents of the model. After those errors are
    received, we'll retry. Other errors should cause the
    worker to restart.
    
    Possibly fixes https://bugs.launchpad.net/juju/+bug/1695894
    axw committed Aug 18, 2017
    Configuration menu
    Copy the full SHA
    bf0de30 View commit details
    Browse the repository at this point in the history