Comment 3 for bug 1874479

Revision history for this message
David Ames (thedac) wrote : Re: cluster-relation-departed and db-router departed hook error

TRIAGE:

The use of when_any for the peer interface handler is the root cause:

class MySQLInnoDBClusterPeer(reactive.Endpoint):

...

    @reactive.when_any('endpoint.{endpoint_name}.broken',
                       'endpoint.{endpoint_name}.departed')
    def departed(self):