You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@mesos.apache.org by Gilbert Song <so...@gmail.com> on 2018/08/16 23:20:38 UTC

Re: Review Request 63270: Updated `os::pipe()` to always return O_CLOEXEC descriptors.

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


Ship it!




Ship It!

- Gilbert Song


On May 24, 2018, 2:16 p.m., James Peach wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/63270/
> -----------------------------------------------------------
> 
> (Updated May 24, 2018, 2:16 p.m.)
> 
> 
> Review request for mesos, Andrew Schwartzmeyer, Benjamin Bannier, Benjamin Mahler, Greg Mann, and Jie Yu.
> 
> 
> Bugs: MESOS-8128
>     https://issues.apache.org/jira/browse/MESOS-8128
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> Updated `os::pipe()` to always return O_CLOEXEC descriptors,
> atomically if we are on Linux or FreeBSD and the `pipe2(2)`
> system call is available.
> 
> 
> Diffs
> -----
> 
>   3rdparty/stout/include/stout/os/posix/pipe.hpp ac76224ff8fa1cc535c78731580e77a27967136a 
> 
> 
> Diff: https://reviews.apache.org/r/63270/diff/3/
> 
> 
> Testing
> -------
> 
> make check (Fedora 25)
> 
> 
> Thanks,
> 
> James Peach
> 
>