-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
Fully Compatible
-
ALL
-
v4.4
-
Repl 2020-04-20
-
10
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
reconfig_waits_for_config_durability.js uses a 2 node replica set and disconnects the primary from the secondary before killing and restarting the secondary. If the restart is too slow, this can lead to the primary stepping down voluntarily since it can't see a majority. We should initiate the set with a high election timeout to prevent these spurious step downs.