-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Integration
-
ALL
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
Since _mergingPipeline dismissal is done in the DocumentSourceInternalSearchRemoteMongot constructor, if an error occurs within the setup of the pipeline, _mergingPipeline is not disposed of and an invariant failure in its destructor occurs which obfuscates the original error. We should move the dismissal of the _mergingPipeline from the constructor to avoid this.