[
https://issues.apache.org/jira/browse/MESOS-2865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14708374#comment-14708374
]
James DeFelice commented on MESOS-2865:
---------------------------------------
This looks important:
https://github.com/apache/mesos/blob/adecbfa6a216815bd7dc7d26e721c4c87e465c30/3rdparty/libprocess/src/process.cpp#L2192
{code}
// Only send back an HTTP response if this isn't from libprocess
// (which we determine by looking at the User-Agent). This is
// necessary because older versions of libprocess would try and
// recv the data and parse it as an HTTP request which would
// fail thus causing the socket to get closed (but now
// libprocess will ignore responses, see ignore_data).
{code}
> intermittently the executor is not receiving TASK_KILLED
> --------------------------------------------------------
>
> Key: MESOS-2865
> URL: https://issues.apache.org/jira/browse/MESOS-2865
> Project: Mesos
> Issue Type: Bug
> Affects Versions: 0.21.1, 0.23.0
> Environment: {code}
> $ dpkg -l |grep -e mesos
> ii mesos 0.21.1-1.1.ubuntu1404
> amd64 Cluster resource manager with efficient resource isolation
> $ uname -a
> Linux node-1 3.13.0-29-generic #53-Ubuntu SMP Wed Jun 4 21:00:20 UTC 2014
> x86_64 x86_64 x86_64 GNU/Linux
> {code}
> Reporter: James DeFelice
> Labels: mesosphere
>
> for details, log snippets see
> https://github.com/mesosphere/kubernetes-mesos/issues/328
> The slave logs that it's been asked to kill a pod, but the message is never
> logged as received by the executor.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)