-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Cluster Scalability 2023-11-13
To know whether the replica set endpoint logic should apply, we need to know if the mongod it is running on is part of the only shard in the cluster and if that shard is a config shard. The former is being tracked by the hasTwoOrMoreShards cluster parameter (SERVER-81974). The latter needs to be tracked separately.
- is depended on by
-
SERVER-81968 Make mongod dispatch commands through router code paths if applicable
- Closed