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
CDRIVER-531 don't retry a host during one RS reconnect
Fix scenarios like:
* We get disconnected from primary and start reconnecting
* Check primary, it's down, time out after N seconds
* Check secondary, it's up and tells us about primary
* We re-register primary and try it again
* It's still down, time out after another N seconds
To fix this, remember we've tried host "H" during this reconnect and
don't retry it, even if another host's peer list tells us to
re-register "H".
0 commit comments