[
https://issues.apache.org/jira/browse/MESOS-8128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
James Peach reassigned MESOS-8128:
----------------------------------
Assignee: James Peach
| [r/63280|https://reviews.apache.org/r/63280] | Made the containerizer launch
be explicit about O_CLOEXEC. |
| [r/63270|https://reviews.apache.org/r/63270] | Updated `os::pipe()` to always
return O_CLOEXEC descriptors. |
> Make os::pipe file descriptors O_CLOEXEC.
> -----------------------------------------
>
> Key: MESOS-8128
> URL: https://issues.apache.org/jira/browse/MESOS-8128
> Project: Mesos
> Issue Type: Bug
> Components: stout
> Reporter: James Peach
> Assignee: James Peach
> Priority: Minor
>
> File descriptors from {{os::pipe}} will be inherited across exec. On Linux we
> can use [pipe2|http://man7.org/linux/man-pages/man2/pipe.2.html] to
> atomically make the pipe {{O_CLOEXEC}}.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)