-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Storage Execution
As part of SERVER-90992 we had to make compact avoid using the consistent collection mechanism. This is because the following takes place:
- We do not hold a collection lock while running compact
- We abandon the snapshot to avoid holding resources unnecessarily
This ticket is about exploring if it's possible to do the same using ConsistentCollection
- is related to
-
SERVER-90992 Collection acquisitions have no enforcement of snapshot stability
- In Code Review