Consider removing std::terminate() call in Pipeline::dispose()

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Major - P3
    • 8.3.0-rc0
    • Affects Version/s: None
    • Component/s: Query Execution
    • None
    • Query Execution
    • Fully Compatible
    • QE 2025-08-04, QE 2025-08-18, QE 2025-09-01, QE 2025-09-15, QE 2025-09-29
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • 0

      Currently, Pipeline::dispose() method contains the following block

      try { ... }
      catch (...) {
              std::terminate();
      }
      

      Which hides all exceptions and kill the process upon a query, which does not feel very safe (perhaps I am wrong).

      I am adding this ticket to SPM-4106, but this improvement is clearly optional for the project.

      This ticket will become obsolete / solved if we remove all the 'dispose()' methods before.

            Assignee:
            Jan Steemann
            Reporter:
            Romans Kasperovics
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: