Config-only mongos rejects fixed admin/config namespace reads

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major - P3
    • 8.0.29, 9.0.0-rc1, 8.3.8
    • Affects Version/s: None
    • Component/s: None
    • None
    • Catalog and Routing
    • Fully Compatible
    • ALL
    • v8.3, v8.0
    • CAR Team 2026-07-06, CAR Team 2026-07-20
    • 200
    • 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.

            Assignee:
            Igor Praznik
            Reporter:
            Igor Praznik
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: