Remove agg::Pipeline::dismissDisposal()

    • Type: Improvement
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Query Execution
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Before SERVER-107304 we needed a special flag agg::Pipeline::_disposeInDestructor and the method agg::Pipeline::dismissDisposal() to prevent agg::Pipeline to auto-dispose in destructor while being 'detached' from the valid operation context instance.

      However, after SERVER-107304 agg::Pipeline::dispose() prevents itself from being called repeatedly, so technically we can remove agg::Pipeline::_disposeInDestructor and agg::Pipeline::dismissDisposal() for general simplification.

            Assignee:
            Unassigned
            Reporter:
            Romans Kasperovics
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: