-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Sharding
-
Fully Compatible
-
ALL
-
Sharding 2021-01-11
-
1
-
None
-
None
-
None
-
None
-
None
-
None
-
None
PipelineDeleter will attempt to call Pipeline::dispose() using the OperationContext the Pipeline was initially constructed with. Consumers which intend to use the Pipeline over the course of multiple OperationContexts are expected to call Pipeline::dismissDisposal() and call Pipeline::dispose() themselves.