-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
Fully Compatible
-
ALL
-
Repl 2021-11-01, Replication 2021-11-15
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
BackupCursorHooks send a copy of the storageEngine pointer on startup, construct BackupCursorService with it, which will be invalidated after FCBIS.
1 - BackupCursorHooks::initialize(serviceContext, storageEngine);
2- initializer registration
3- BackupCursorService construction
hence BackupCursorService fails while trying to use it to open backupCursor:
_storageEngine->getLastStableRecoveryTimestamp();