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
fix(replset): don't leak servers failing to connect
The change to include all connecting servers in the local
`connectingServers` array lead to a "server leak" for nodes that
we are not able to connect to. Now we track them, and only add
new ones on a successful reconnect attempt.
NODE-2270
0 commit comments