-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Minor Change
-
ALL
-
-
Sharding NYC 2022-04-04
-
(copied to CRM)
-
16
-
2
The rsm_horizon_change.js tests that the split horizon reconfig causes the ReplicaSet to go into RSNoPrimary before going back into RSPrimary State.
Fixed a few months ago, SERVER-57893, explains how due to network events it can lead the Topology Change to the following states before going into RSPrimary State
- RSNoPrimary or
- It can send RSM into "RSM monitoring host in expedited mode until we detect a primary".
But the latest error shows that drop in connections can also lead RSM monitor to stay in RSPrimaryState(by dropping connections in reconfig state and then reconnecting)
Suggested Fix: Add additional log check for "Dropping all pooled connections" to
unknownServerDescriptionRegex
- related to
-
SERVER-57893 Make rsm_horizon_change.js resilient to network failures
- Closed