You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PSMDB-1831 restore call to stopStorageControls during _switchStorageLocation
Before commit 41e93e3 (SERVER-103812) stopStorageControls was called automatically via:
reinitializeStorageEngine -> shutdownGlobalStorageEngineCleanly -> stopStorageControls
That commit removed stopStorageCaontrols call from shutdownGlobalStorageEngineCleanly
so we need to call it from _switchStorageLocation before reinitializeStorageEngine
0 commit comments