-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Querying
-
Major Change
-
Integration 2016-09-19
We can add an FSM workload where worker threads collectively act on a set of view namespaces by either creating, modifying, or dropping them. Unlike SERVER-25807, worker threads should act on view definitions created by other worker threads. Additionally, we should create views with $lookup and $graphLookup stages on other view namespaces to try and introduce a cycle as a result of not using a consistent snapshot of the view catalog, or as a result of how the batches are applied on a secondary.
- related to
-
SERVER-25979 View graph invalid on WriteUnitOfWork rollback
- Closed
-
SERVER-26022 collMod should copy ViewDefinition before modifying
- Closed
-
SERVER-26067 ViewDefinition access outside of lock in pipeline_command.cpp
- Closed
-
SERVER-26037 DocumentSourceCursor should report appropriate error on encountering a view
- Backlog