Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
None
-
Fully Compatible
-
ALL
-
Sharding 2021-01-11
-
1
Description
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.