-
Type: Task
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Catalog and Routing
In the function FallbackOpObserver::onDelete there is a CollectionCatalog::get(opCtx)->reloadViews(opCtx, nss.dbName()); call which seems to be unnecessary, but without it various exotic issues show up like here
We have to find out why that happens.
- duplicates
-
SERVER-89285 Reload views when onInitialDataAvailable happens
- Blocked