Jie Yu created MESOS-8039:
-----------------------------
Summary: A broken connection during LaunchNestedContainer call
might result in the nested container not being cleaned up.
Key: MESOS-8039
URL: https://issues.apache.org/jira/browse/MESOS-8039
Project: Mesos
Issue Type: Bug
Affects Versions: 1.4.0, 1.3.1, 1.2.2
Reporter: Jie Yu
A broken connection will cause a 'discard' on the launch. The current `.then`
semantics might transition the future to DISCARDED on detecting a `discard`.
In the API handler, we only handle onFailed:
https://github.com/apache/mesos/blob/1.4.x/src/slave/http.cpp#L2377-L2389
We should treat DISCARDED the same way as FAILED.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)