[
https://issues.apache.org/jira/browse/MESOS-1996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Y J Z updated MESOS-1996:
-------------------------
Description:
We are trying Mesos + docker + Marathon.
While killing a mesos task which under REGISTERING state, the mesos slave
just kill the container and nerver send the killTaskMessage to executor. So the
executor process still active without controll.
Here is the code snippet:
https://github.com/apache/mesos/blob/master/src/slave/slave.cpp#L1449-L1473
was:
We are trying Mesos with Marathon.
While killing a mesos task which under REGISTERING state, the mesos slave
just kill the container and the executor process still active without controll.
Here is the code snippet:
https://github.com/apache/mesos/blob/master/src/slave/slave.cpp#L1449-L1473
> Executor process can not be killed when executor under REGISTERING state
> ------------------------------------------------------------------------
>
> Key: MESOS-1996
> URL: https://issues.apache.org/jira/browse/MESOS-1996
> Project: Mesos
> Issue Type: Bug
> Components: containerization, slave
> Affects Versions: 0.20.0, 0.20.1
> Environment: O.S: Ubuntu Trusty X86
> Reporter: Y J Z
>
> We are trying Mesos + docker + Marathon.
> While killing a mesos task which under REGISTERING state, the mesos slave
> just kill the container and nerver send the killTaskMessage to executor. So
> the executor process still active without controll.
> Here is the code snippet:
> https://github.com/apache/mesos/blob/master/src/slave/slave.cpp#L1449-L1473
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)