Closed michaelklishin closed 5 years ago
rabbit_federation_exchange_link_sup_sup and its queue counterpart do not handle {error, already_started} return values from start_child/2, which can be seen in the wild due to concurrent events such as topology and policy changes.
rabbit_federation_exchange_link_sup_sup
{error, already_started}
start_child/2
rabbit_federation_exchange_link_sup_sup
and its queue counterpart do not handle{error, already_started}
return values fromstart_child/2
, which can be seen in the wild due to concurrent events such as topology and policy changes.