[ 
https://issues.apache.org/jira/browse/MESOS-1432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Park reassigned MESOS-1432:
-----------------------------------

    Assignee: Michael Park

> Atomically set close-on-exec where possible.
> --------------------------------------------
>
>                 Key: MESOS-1432
>                 URL: https://issues.apache.org/jira/browse/MESOS-1432
>             Project: Mesos
>          Issue Type: Bug
>          Components: technical debt
>            Reporter: Benjamin Mahler
>            Assignee: Michael Park
>
> In our multi-threaded code, there is a race between opening a file descriptor 
> and setting close-on-exec on it: if a fork occurs between these operations 
> then we have leaked the file descriptor to the child process.
> Some required reading:
> http://udrepper.livejournal.com/20407.html
> We should do an audit of all of our code to ensure we're doing avoiding this 
> race where possible.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to