-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/8096/
-----------------------------------------------------------
Review request for mesos, Benjamin Hindman and Ben Mahler.
Description
-------
Now, we do the executor setup (fetching etc) inside the forked process but
before assigning the process to its own cgroup.
This accomplishes two things:
--> unblocks the cgroups isolation module from any potential hangs during
executor setup
--> does not charge (for memory) the executor for the setup
This addresses bug MESOS-310.
https://issues.apache.org/jira/browse/MESOS-310
Diffs
-----
src/slave/cgroups_isolation_module.cpp
8211618d7729350654e2d17946c5b912ed9dda6a
src/slave/process_based_isolation_module.cpp
16fd584e78db2c517d828f2576ab8a38c5ce57ad
Diff: https://reviews.apache.org/r/8096/diff/
Testing
-------
sudo make check
Thanks,
Vinod Kone