Magic restore executes on the main thread here. We shouldn't be using the main thread to run feature-specific behavior, and it also is against the accepted pattern in the codebase for main to call into waitForShutdown(). We should spawn a new thread that runs the magic restore main function.
- depends on
-
SERVER-95309 Create an observer for server lifecycle events
-
- Closed
-