You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Michael Park (JIRA)" <ji...@apache.org> on 2015/01/22 00:48:36 UTC

[jira] [Updated] (MESOS-2243) Specify O_CLOEXEC in os::open calls.

     [ 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)