-
Type: Task
-
Resolution: Gone away
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Sharding
-
Sharding EMEA
-
Sharding 2018-11-19
Since unsharded collections will now have a chunkManager, we cannot rely on checking the CachedCollectionRoutingInfo for a chunkManger to determine whether a collection is sharded or not in determining targeting for commands. We instead need to call the new isSharded() function. This needs to be changed in various parts of the code including but not limited to chunk_manager_targeter.cpp and many cluster_*.cpp files.