ExportXMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Major - P3
    • 9.0.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Query Execution
    • Fully Compatible
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      SBE close() is idempotent and does not need to guard on something being open. SBE stage members are all RAII types so they will be destructed when an exception is thrown even if close() isn't called.

      Reverts SERVER-124432 and SERVER-126199.

      This also removes the guarding in HashAggStage. FilterStage and BranchStage maintain conditional closes because they have additional uses for the _childOpened boolean.

            Assignee:
            Parker Felix
            Reporter:
            Parker Felix
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: