Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
-
ALL
-
Repl 2021-07-26, Repl 2021-08-09
Description
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.
Attachments
Issue Links
- related to
-
SERVER-57807 Keep track of the filenames returned by a backupCursor in BackupCursorService
-
- Closed
-