-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
Repl 2021-07-26, Repl 2021-08-09
The BackupCursorService lives on the ServiceContext. This means it could return incorrect results, for example:
openBackupCursor() returns files for collections A and B closeBackupCursor() drop(Collection A) checkpoint() openBackupCursor() returns files for Collection B closeBackupCursor()
In this case, it would still return Collection A's files as the map wasn't cleared.
- related to
-
SERVER-57807 Keep track of the filenames returned by a backupCursor in BackupCursorService
- Closed