-
Type: Bug
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Aggregation pipeline
-
3
Problem Statement/Rationale
In a pipeline where any stage has an error, all the following stages will show this error as their own
Steps to Reproduce
Create a pipeline with multiple stages, like $limit, $match, $project. Set an invalid value for the limit stage (like '100')
Expected Results
It is somehow indicated what stage contains errors
Actual Results
All stages show the same error
Additional Notes
This is especially confusing when there are multiple stages with the same name in the pipeline