----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68643/#review208412 -----------------------------------------------------------
Fix it, then Ship it! src/slave/containerizer/mesos/launch.cpp Lines 1141 (patched) <https://reviews.apache.org/r/68643/#comment292318> This code was previously before the fork so that is didn't do memory allocation in an async-signal-safe context (i.e. after fork but before exec). - James Peach On Sept. 6, 2018, 1:25 a.m., Qian Zhang wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/68643/ > ----------------------------------------------------------- > > (Updated Sept. 6, 2018, 1:25 a.m.) > > > Review request for mesos, Gilbert Song and James Peach. > > > Bugs: MESOS-9152 > https://issues.apache.org/jira/browse/MESOS-9152 > > > Repository: mesos > > > Description > ------- > > Updated `MesosContainerizerLaunch` to call `os::lsof()`. > > > Diffs > ----- > > src/slave/containerizer/mesos/launch.cpp > 7193da0a094df3e441e185c62b3a0379a0bdc4a2 > > > Diff: https://reviews.apache.org/r/68643/diff/1/ > > > Testing > ------- > > > Thanks, > > Qian Zhang > >
