-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
None
If tcp connections quickly flap, we should not fail over to secondary. We should make sure this doesn't happen at least in the trivial case where a single reconnect try works just fine after a socket exception.
please research; maybe we can have a test for this too - we could add an option to replSetTest command to close all connections - something like
MessagingPort::closeAllSockets(0);
might work for testing.
- is related to
-
SERVER-6037 RS members should report on heartbeat if they cannot reach the node hb-ing them
- Closed