-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Programmability
-
Fully Compatible
-
Programmability 2024-09-30
Currently, there is no idiomatic way to strictly order an event to occur after startup initialization ends (this is when the server logs the startup time statistics, and just before the main thread enters waitForShutdown).
Add an observer for server lifecycle events, and add support for the lifecycle event of startup having completed. We can add others later as needed (e.g., shutdown starts/completes).
- is depended on by
-
SERVER-90942 Move magic restore main function out of main thread
- Needs Merge