-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
Fully Compatible
-
ALL
-
Repl 2021-03-08, Repl 2021-03-22
New 4.9 shard servers use the default 4.4 FCV, and therefore reject secondaryDelaySecs, until either:
- they are added to a cluster with 4.9 FCV (via addShard)
- they are added to a cluster with 4.4 FCV and the FCV is then set to 4.9 for the entire cluster via mongos
During this period, we should allow shard servers to initialize with secondaryDelaySecs since they are using the 4.9 binary.