`ScopedCollectionDescription` is currently holding a RangePreserver that blocks orphans from being deleted. This is because calling `_getCurrentMetadataIfKnown` with boost::none argument will always attach a RangePreserver.
ScopedCollectionDescription is not an orphan filter, therefore it does not require this range-preserving property.
- causes
-
SERVER-83499 Update metadata manager tests that expect a collection description to hold a range preserver
- Closed
- is caused by
-
SERVER-77507 Integrate acquisitions into Find
- Closed