-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/50199/
-----------------------------------------------------------
(Updated July 19, 2016, 11:10 p.m.)
Review request for mesos, Gilbert Song, Jie Yu, and Joerg Schad.
Changes
-------
Addressed comments.
Bugs: MESOS-5845
https://issues.apache.org/jira/browse/MESOS-5845
Repository: mesos
Description
-------
The fetcher's launcher creates the fetcher cache
directory for each user immediately before an artifact
is fetched. In order to allow this directory to be
created by a different user than the user doing the
fetching, this patch factors out this directory
creation and places it before all fetches occur.
Diffs (updated)
-----
src/launcher/fetcher.cpp 0539b0182bd4a7178f103dddd1ab4fee8fc79eda
Diff: https://reviews.apache.org/r/50199/diff/
Testing
-------
`sudo make check` on both OSX and CentOS 7 was done at the end of this patch
chain.
Thanks,
Greg Mann