You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: don't store errors directly on TopologyDescription
Propagating and storing an error on the `TopologyDescription` has
the unintended side-effect of never removing said error, thus
effectively poisoning the description in the event of failure
recovery.
0 commit comments