Details
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
- duplicates
-
MESOS-445 Scheduler driver destructor waits forever
- Resolved