Gilbert Song created MESOS-9965: ----------------------------------- Summary: agent should not send `TASK_GONE_BY_OPERATOR` if the framework is not partition aware. Key: MESOS-9965 URL: https://issues.apache.org/jira/browse/MESOS-9965 Project: Mesos Issue Type: Bug Components: agent Reporter: Gilbert Song
The Mesos agent should not send `TASK_GONE_BY_OPERATOR` if the framework is not partition-aware. We should distinguish the framework capability and send different updates to legacy frameworks. The issue is exposed from here: https://github.com/apache/mesos/blob/f0be23765531b05661ed7f1b124faf96744aa80b/src/slave/slave.cpp#L5803 An example to follow: https://github.com/apache/mesos/blob/f0be23765531b05661ed7f1b124faf96744aa80b/src/master/master.cpp#L9921 -- This message was sent by Atlassian Jira (v8.3.2#803003)