-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/58967/
-----------------------------------------------------------
(Updated May 10, 2017, 1:56 p.m.)
Review request for mesos, Gastón Kleiman, Jie Yu, and Vinod Kone.
Bugs: MESOS-7433
https://issues.apache.org/jira/browse/MESOS-7433
Repository: mesos
Description
-------
A DEBUG container's working directory should be set to the parent
task's working directory. For the command executor case, even if
the task itself has a root filesystem, the executor container still
uses the host filesystem, hence
`ContainerLaunchInfo.working_directory`, pointing to the executor's
working directory in the host filesystem, may be different from the
task's working directory in the root filesystem.
Diffs (updated)
-----
include/mesos/slave/containerizer.proto
41f2905df690bfe88ed762f1cd1246689fa4d3ea
src/slave/containerizer/mesos/containerizer.cpp
3d724945812c0359ed175ce232f70886dc4401c8
Diff: https://reviews.apache.org/r/58967/diff/3/
Changes: https://reviews.apache.org/r/58967/diff/2-3/
Testing
-------
make check on Mac OS and Fedora 24
Thanks,
Alexander Rukletsov