As explained in SERVER-86671 it is not safe to access database information contained in the CollectionRoutingInformation when inside a DDL coordinator.
Thus we should stop doing that in the CollMod coordinator. In this case we could simply use the current shard id since the coordinator is guarantee to be running on the database primary shard.
- is related to
-
SERVER-86671 CollectionRoutingInfo could contain stale database information even after refresh
- Closed