Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-68856

Investigate why an aggregation running in config server is not able to target other shards

    • Type: Icon: Task Task
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Catalog and Routing
    • 2

      When running an aggregation in the config server, the mongo process interface is implemented as a NonShardSvrProcessInterface (LINK), not being able to target other shards. Does it make sense, in order to target other shards, it could implement ShardServerProcessInterface?. The problem is that, while executing aggregation stages in the config server, ShardingState::get(opCtx)->enabled() is set false.

      It exists the possibility it is coded with this intention.

            Assignee:
            backlog-server-catalog-and-routing [DO NOT USE] Backlog - Catalog and Routing
            Reporter:
            pol.castuera@mongodb.com Pol Castuera (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: