Linux container isolation module killing frameworks from resourcesChanged 
causes crash
--------------------------------------------------------------------------------------

                 Key: MESOS-15
                 URL: https://issues.apache.org/jira/browse/MESOS-15
             Project: Mesos
          Issue Type: Bug
          Components: isolation
            Reporter: Charles Reiss
         Attachments: delayed-lxc-kill.patch

The LXC isolation module calls slave->killFramework() from resourcesChanged(). 
Unfortunately, resourcesChanged() is called from places in the Slave which then 
use the framework immediately after the call, so this is not safe.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to