-
Type: Task
-
Resolution: Won't Do
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Sharding
-
Sharding EMEA 2022-07-25, Sharding EMEA 2022-08-08
Currently, there is a circular dependency between the `oplog` library and `catalog_impl`, which links just because the Collection class is virtual. With CRUD (or rather any writing code) being pulled out of CollectionImpl, this class will become the lowest possible denominator for operations against the catalog and it will be below the `oplog` hierarchically.
Temporarily they will have to interact through the `LocalOpLog` interface and this ticket is to perform this decoupling.
- is depended on by
-
SERVER-67900 Thread-through CollectionPtr into the onInsert OpObserver
- Closed