You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Vinod Kone (JIRA)" <ji...@apache.org> on 2014/06/24 06:51:25 UTC

[jira] [Created] (MESOS-1534) MesosTests with assertion failure run forever

Vinod Kone created MESOS-1534:
---------------------------------

             Summary: MesosTests with assertion failure run forever
                 Key: MESOS-1534
                 URL: https://issues.apache.org/jira/browse/MESOS-1534
             Project: Mesos
          Issue Type: Bug
            Reporter: Vinod Kone
            Assignee: Vinod Kone


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.



--
This message was sent by Atlassian JIRA
(v6.2#6252)