-
Type: Bug
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
Fully Compatible
-
ALL
-
Repl 2017-05-08, Repl 2017-05-29
-
0
The double_rollback.js test runs database commands on nodes without making sure that the connection to that node still exists. It is possible that a shell connection to a node might have been dropped as a result of a node's transition to SECONDARY out of PRIMARY, so we need to reconnect to that node before trying to run new database commands.
- related to
-
SERVER-28909 double_rollback.js should assert that database commands succeed
- Closed