-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/38828/#review100908
-----------------------------------------------------------



src/slave/containerizer/docker.cpp 
<https://reviews.apache.org/r/38828/#comment158167>

    I believe these were in place to terminate the subprocess, so perhaps a 
killtree with SIGTERM would be more appropriate to replace these with.. 
thoughts? Perhaps reach out to tim chen for this code.


- Ben Mahler


On Sept. 28, 2015, 10:50 p.m., Chi Zhang wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/38828/
> -----------------------------------------------------------
> 
> (Updated Sept. 28, 2015, 10:50 p.m.)
> 
> 
> Review request for mesos and Ben Mahler.
> 
> 
> Bugs: mesos-3519
>     https://issues.apache.org/jira/browse/mesos-3519
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> The slave will destroy executors that are not launched successfully, which 
> will
> close all open file descriptors, thus the extra close is not needed.
> 
> 
> Diffs
> -----
> 
>   src/slave/containerizer/docker.cpp efa37266368ee12fea9134b35ebc5047a2820f94 
> 
> Diff: https://reviews.apache.org/r/38828/diff/
> 
> 
> Testing
> -------
> 
> make check
> 
> 
> Thanks,
> 
> Chi Zhang
> 
>

Reply via email to