BM_UnshardedDestinedRecipient does not initialize any CollectionShardingStateFactory. However, after SERVER-69435, ShardingWriteRouter always accesses the CollectionShardingState, therefore its factory needs to be initialized. Since this particular benchmark targets a replicaSet environment, a `CollectionShardingStateFactoryStandalone` should be used.
- is caused by
-
SERVER-69435 Make the CSS acquisition a RAII
- Closed