-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Catalog and Routing
-
ALL
-
CAR Team 2026-07-06
-
None
-
None
-
None
-
None
-
None
-
None
-
None
In --configOnly mode, mongos rejects reads on fixed namespaces such as admin.system.version and config.settings with error 12319006 because resolving the config shard goes through the catalog-backed shard registry refresh path, which is intentionally blocked in config-only mode.
These reads should be routed to the config server, since the config server itself does not run with --configOnly restrictions. The fix should allow config-shard resolution from _configShardData without enabling access to data shards or tracked namespaces such as config.system.sessions.
- is related to
-
SERVER-123190 Disable shard registry and catalog cache when --configOnly is specified
-
- Closed
-