-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Sharding
-
Catalog and Routing
-
Fully Compatible
-
CAR Team 2024-03-04, CAR Team 2024-03-18
-
46
SERVER-81974 relaxed direct connection verifications in sharded clusters to allow them once the cluster is shrinking. This was done thinking that the replica set endpoint project would be on time, however, now that collections will be tracked lazily on moveCollection calls, we can't allow direct connections once the cluster grows and then shrinks, because any DDL performed in direct connections will leave inconsistent metadata in the CSRS.
The purpose of this ticket is to prevent direct connections after the cluster grows.
- related to
-
SERVER-67835 Enable feature flag
- Backlog