-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Aggregation Framework
-
Minor Change
-
ALL
-
v4.0
-
Query 2018-06-18
We seem to allow $out stage as part of view definition.
This is problematic for several reasons. One is that trying to append any stages (i.e. doing anything other than a simple find() on this view) will fail. The other is that running find on this view will blow away whatever is in the collection named in "$out" which is not an obvious outcome and unlikely to have a valid use case for it.
- has to be done before
-
SERVER-35419 Make diskRequirement in StageConstraints in DocumentSource reflect child pipeline requirements.
- Closed