-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
Execution EMEA Team 2023-10-02
-
157
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
SERVER-72229 introduced a per-collection call to collMod inside the FCV upgrade procedure, as part of an effort to clean up some collection encryption settings that are supposed to be local to the node but in some cases were unexpectedly found to be present in the (implicitly) replicated catalog. This collMod causes top.js to fail if the FCV upgrade interleaves, because the collMod results in an additional, unaccounted-for lock acquisition.
Temporarily exclude top.js from FCV upgrade passthroughs, until after 8.0 when we remove the FCV call to collMod via SERVER-80490.