----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59898/#review177317 -----------------------------------------------------------
Ship it! LGTM. src/slave/containerizer/docker.cpp Line 423 (original), 423 (patched) <https://reviews.apache.org/r/59898/#comment250840> I'm wondering if we should add a comment that explains what happens if we pass `None()` in there. E.g., if no user is specified, the files are owned by root (?) or something similar. - Kapil Arya On June 7, 2017, 7:11 p.m., Till Toenshoff wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/59898/ > ----------------------------------------------------------- > > (Updated June 7, 2017, 7:11 p.m.) > > > Review request for mesos, Adam B, Kapil Arya, and Joseph Wu. > > > Bugs: MESOS-7640 > https://issues.apache.org/jira/browse/MESOS-7640 > > > Repository: mesos > > > Description > ------- > > Without this patch, the Docker containerizer would not inherit the > ownership of stdout/stderr from the FrameworkInfo user. This issue > got introduced recently in the refactorings of the Docker > containerizer. > > > Diffs > ----- > > src/slave/containerizer/docker.cpp 9f84109d7de22a39ace6e44e0c7d8d501bcb24de > > > Diff: https://reviews.apache.org/r/59898/diff/1/ > > > Testing > ------- > > make check && functional test > > > Thanks, > > Till Toenshoff > >
