Config-only mongos rejects fixed admin/config namespace reads

XMLWordPrintableJSON

    • 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.

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

              Created:
              Updated: