----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/48429/#review136842 -----------------------------------------------------------
Ship it! Ship It! - Jie Yu On June 9, 2016, 4:04 a.m., Benjamin Mahler wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/48429/ > ----------------------------------------------------------- > > (Updated June 9, 2016, 4:04 a.m.) > > > Review request for mesos and Jie Yu. > > > Bugs: MESOS-4279 and MESOS-5195 > https://issues.apache.org/jira/browse/MESOS-4279 > https://issues.apache.org/jira/browse/MESOS-5195 > > > Repository: mesos > > > Description > ------- > > Currently, the docker executor will SIGKILL the 'docker run' > subprocess immediately upon receiving a kill task request. > This is problematic in that the 'docker run' subprocess is > responsible for streaming the stdout and stderr from the > container. When we kill the 'docker run' subprocess, we no > longer stream the output. > > > Diffs > ----- > > src/docker/executor.cpp 1b3a7795b1db83394d4b884c1041c341f88a7df1 > > Diff: https://reviews.apache.org/r/48429/diff/ > > > Testing > ------- > > sudo make check > > > Thanks, > > Benjamin Mahler > >
