-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PBM-1459: PBM ignores index removal during selective PITR restore wit…
…h name remapping (#1063) Fix indexes cloning logic to support drop op: During drop operation within oplog, indexes catalog is modified with cloning-to ns. Therefore it is necessary to have modified index catalog (with cloned collection) before we start applying the oplog. The approach to modify index catalog with cloning collection during the snapshot restore phase, ensures that PITR restore will be correctly applied also on index catalog.
- Loading branch information
1 parent
564ba8e
commit 294173f
Showing
3 changed files
with
44 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters