-
Type: Improvement
-
Resolution: Won't Do
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
The FCV not being initialized during startup and initial sync has caused numerous bugs. See SERVER-48054, SERVER-45374, and SERVER-48050.
For example, we do not initialize the FCV during startup until well near the end, and before indexes are rebuilt.
During initial sync, we clone admin.system.users and admin.system.roles before admin.system.version.
The end result of this ticket should be to remove all callers of isVersionInitialized().
- related to
-
SERVER-48054 4.2 nodes that use auth and initial sync will fail to start in 4.4
- Closed