Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
0.25.0
-
None
Description
ContainerInfo with included NetworkInfo can appear in one of two places during a task launch: in the ExecutorInfo.container, or if using the mesos-executor (aka command executor), within the TaskInfo.container.
Mesos 0.25.0 correctly supports the former, but not the latter. In that case, the MesosContainerizer fails the task launch.