Michael Park created MESOS-2243:
-----------------------------------
Summary: Specify O_CLOEXEC in os::open calls.
Key: MESOS-2243
URL: https://issues.apache.org/jira/browse/MESOS-2243
Project: Mesos
Issue Type: Task
Reporter: Michael Park
By default, file descriptors are set to remain open across exec calls.
{{O_CLOEXEC}} enables the close-on-exec flag on the file descriptor and should
be used by default across the codebase unless explicitly needed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)