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):
TRIAGE:
The use of when_any for the peer interface handler is the root cause:
class MySQLInnoDBClus terPeer( reactive. Endpoint) :
...
@reactive. when_any( 'endpoint. {endpoint_ name}.broken' ,
'endpoint. {endpoint_ name}.departed' )
def departed(self):