----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/52980/#review153155 -----------------------------------------------------------
3rdparty/stout/include/stout/os/mkdir.hpp (line 43) <https://reviews.apache.org/r/52980/#comment222435> Permissions is a bit of a subtle issue in Mesos, which we've largely punted on. I'm a bit worried that adding a pluggable `mode` here will cause us to add code that only works on Unix. How do you see this API evolving to accommodate both? - Alex Clemmer On Oct. 18, 2016, 7:43 a.m., Anindya Sinha wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/52980/ > ----------------------------------------------------------- > > (Updated Oct. 18, 2016, 7:43 a.m.) > > > Review request for mesos and Jiang Yan Xu. > > > Bugs: MESOS-4893 > https://issues.apache.org/jira/browse/MESOS-4893 > > > Repository: mesos > > > Description > ------- > > Mode still defaults to 755, but we now enable the caller to specify > a different mode for creation of directories. > > > Diffs > ----- > > 3rdparty/stout/include/stout/os/mkdir.hpp > fe86864c8b480993c8f052f39b2fd3ece23798da > > Diff: https://reviews.apache.org/r/52980/diff/ > > > Testing > ------- > > Tests passed. > > > Thanks, > > Anindya Sinha > >
