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

Execute aggregation framework on secondary node

      Hello.

      In C++ i tried execute aggregation framework like in example with readPreference :

      conn->runCommand( "goods", BSON( "aggregate" << "events" << "pipeline" << pipeline<<"$readPreference"<<BSON("mode"<<"secondaryPreferred")), res);

      Client connected to monogos with one single shard with four nodes in replicaset. Command always execute on primary node.

      I dont understand, how execute framework on secondary node.
      Is it possible?

      Thank you.

            Assignee:
            Unassigned Unassigned
            Reporter:
            esp1974 Dmitry
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: