-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 1.9
-
Component/s: Operations
-
None
The driver maintains a whitelist of commands that can be sent to a secondary. The aggregate command is currently on this whitelist.
However, with the addition of support for $out, the aggregate command can only be sent to a secondary if it does not use $out, so it is no longer sufficient to merely list it on the whitelist, the actual pipeline has to be examined to decide if it can be sent to a secondary or not.
- is depended on by
-
DRIVERS-582 Aggregate command must be sent to a primary if it uses $out
- Closed