-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/49280/
-----------------------------------------------------------
(Updated June 27, 2016, 6:34 p.m.)
Review request for mesos, Avinash sridharan, Benjamin Mahler, Artem
Harutyunyan, and Joris Van Remoortere.
Changes
-------
Comment clarification. Added a `Failure` to the `accept_queue` if `cloexec`
fails.
Bugs: MESOS-5723
https://issues.apache.org/jira/browse/MESOS-5723
Repository: mesos
Description
-------
Incoming sockets are leaked when the agent forks because incoming
sockets are not modified with the CLOEXEC option.
Diffs (updated)
-----
3rdparty/libprocess/src/libevent_ssl_socket.cpp
3f80e863fdbb62d4cf7ce1b46c468a09f0694f56
Diff: https://reviews.apache.org/r/49280/diff/
Testing (updated)
-------
make check (Centos7)
Thanks,
Joseph Wu