-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Execution Team 2022-11-14
Need to plug it on, probably something like this
if (nss != catalogEntry->metadata->nss) { // The requested namespace does not match the namespace found in the in-memory PIT catalog // entry lookup. Fall back to scanning the catalog at the point in time. auto catalogEntry = DurableCatalog::get(opCtx)->scanForCatalogEntryByNss(opCtx, nss); if (!catalogEntry) { return boost::none; } }
after this code and then unit test it.
- depends on
-
SERVER-68267 Implement function to search for durable catalog entry by namespace
- Closed
- related to
-
SERVER-70149 Refactor CollectionCatalog::openCollection()
- Closed