Comment 1 for bug 1656275

Revision history for this message
Christian Muirhead (2-xtian) wrote :

I *think* this behaviour is caused by the same underlying bug as https://bugs.launchpad.net/juju/+bug/1815397

The claim hangs because the lease manager is trying to shut down, but it can't because the claim handler is trying to send on the errors channel which the main loop is no longer listening on.

It should be fixed by https://github.com/juju/juju/pull/9730