Jie Yu created MESOS-7909:
-----------------------------
Summary: Ordering dependency between 'linux/capabilities' and
'docker/runtime' isolator.
Key: MESOS-7909
URL: https://issues.apache.org/jira/browse/MESOS-7909
Project: Mesos
Issue Type: Bug
Affects Versions: 1.3.1, 1.2.2, 1.4.0
Reporter: Jie Yu
Looks like there is an unintentional ordering dependency between
linux/capabilities isolator and docker/runtime isolator.
For the command task case, since both isolators set
ContainerLaunchInfo.command. When merging ContainerLaunchInfo.command,
docker/runtime isolator assumes its command is before linux/capabilities
isolator's command because 'mesos-execute' should be used as argv[0].
We should try to eliminate this dependency.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)