----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22688/#review45998 -----------------------------------------------------------
3rdparty/libprocess/include/process/subprocess.hpp <https://reviews.apache.org/r/22688/#comment81159> And overwritten or appended to if it does? 3rdparty/libprocess/src/subprocess.cpp <https://reviews.apache.org/r/22688/#comment81161> What about if os::open accepted O_CLOEXEC and did the best thing - used it on open if supported by glibc or else used fctl after it was opened. - Ian Downes On June 17, 2014, 11:51 a.m., Jie Yu wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/22688/ > ----------------------------------------------------------- > > (Updated June 17, 2014, 11:51 a.m.) > > > Review request for mesos, Benjamin Hindman, Ben Mahler, and Vinod Kone. > > > Bugs: MESOS-1487 > https://issues.apache.org/jira/browse/MESOS-1487 > > > Repository: mesos-git > > > Description > ------- > > See summary. > > This patch only updates the references in libprocess. The update for mesos > will be submitted shortly. > > > Diffs > ----- > > 3rdparty/libprocess/include/process/subprocess.hpp e9d7b31 > 3rdparty/libprocess/src/subprocess.cpp 9f8f37f > 3rdparty/libprocess/src/tests/subprocess_tests.cpp 7d890bf > > Diff: https://reviews.apache.org/r/22688/diff/ > > > Testing > ------- > > 3rdparty/libprocess/tests --gtest_repeat=100 --gtest_filter=*Subproces* > > > Thanks, > > Jie Yu > >
