Comment 1 for bug 1813261

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

We've also seen situations where only the http-server was stuck in stopping. That seems to be caused by the raft-transport bouncing - the api-server doesn't depend on it, so it wasn't restarting, which meant that the http-server would mux.Wait indefinitely.

This PR fixes that problem (but not the api-server issue yet).
https://github.com/juju/juju/pull/9675