You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Li Li (JIRA)" <ji...@apache.org> on 2018/02/08 21:55:00 UTC

[jira] [Assigned] (MESOS-5371) Implement `fcntl.hpp`

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

Li Li reassigned MESOS-5371:
----------------------------

    Assignee: Andrew Schwartzmeyer  (was: Alex Clemmer)

> Implement `fcntl.hpp`
> ---------------------
>
>                 Key: MESOS-5371
>                 URL: https://issues.apache.org/jira/browse/MESOS-5371
>             Project: Mesos
>          Issue Type: Bug
>          Components: stout
>            Reporter: Alex Clemmer
>            Assignee: Andrew Schwartzmeyer
>            Priority: Minor
>              Labels: mesosphere, stout, windows-mvp
>
> `fcntl.hpp` has a bunch of functions that will never work on Windows. We will need to work around them, either by working around specific call sites of functions like `os::cloexec`, or by implementing something that keeps track of which file descriptors are cloexec, and which aren't.
> NOTE: We have elected to log warnings for these functions when we call them, so that it is obvious they have done nothing. This carries a performance penalty especially for the master, and when we resolve this issue, it is important we remove the logging as well.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)