[
https://issues.apache.org/jira/browse/MESOS-2243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Park updated MESOS-2243:
--------------------------------
Priority: Minor (was: Major)
> 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
> Priority: Minor
>
> 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)