You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "wharton liu (JIRA)" <ji...@apache.org> on 2017/03/02 09:58:45 UTC

[jira] [Created] (MESOS-7198) After the mesos-slave is restarted, the mesos-slave can not get the container's environment variable.

wharton liu created MESOS-7198:
----------------------------------

             Summary:  After the mesos-slave is restarted, the mesos-slave can not get the container's environment variable.
                 Key: MESOS-7198
                 URL: https://issues.apache.org/jira/browse/MESOS-7198
             Project: Mesos
          Issue Type: Bug
          Components: agent
    Affects Versions: 0.24.1
            Reporter: wharton liu


The hook is called by the environment variable of the container, the hook will be called after the container exits. However, after the mesos-slave is restarted, the mesos-slave can not get the container's environment variable.

mesos 0.24.1
file: src/slave/containerizer/docker.cpp
fuction: Future<Nothing> DockerContainerizerProcess::_recover()
Code: Container* container = new Container(containerId);
 





--
This message was sent by Atlassian JIRA
(v6.3.15#6346)