Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-1534

Scheduler process is not explicitly terminated in the destructor of MesosSchedulerDriver.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.19.1
    • None
    • None

    Description

      When a Mesos test fails due to an assertion error driver.stop() is not called but ~MesosSchedulerDriver() might be called (if it's on the stack). The destructor will block on the scheduler process termination which never happens because driver.stop() is not called.

      Attachments

        Issue Links

          Activity

            People

              vinodkone Vinod Kone
              vinodkone Vinod Kone
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: