-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Sharding
-
Fully Compatible
-
Sharding 2020-08-24
The ChunkManager object is just a view over the collection's RoutingInfoHistory at a particular point in time and already contains a std::shared_ptr<RoutingInfoHistory>. Because of this, it should always be passed by value.