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
[FIXED] Avoid stalling read loop on leafnode ErrMinimumVersionRequired
Remove the accept side wait from leaf minimum version rejection
handling and apply the 5s backoff on the soliciting side instead.
That is similar to the same cluster name reconnect delay path.
This keeps the read loop from waiting during rejection and makes the
reconnect behavior explicit on new peers. Note that the previous
accept side 5s delay was not effective: the inbound leaf connection
would be closed earlier by the existing ping timer, the hold period
was not enforced.
Signed-off-by: Daniele Sciascia <daniele@nats.io>
0 commit comments