Joseph Wu created MESOS-5729: -------------------------------- Summary: Consider allowing the libprocess caller an option to not set CLOEXEC on libprocess sockets Key: MESOS-5729 URL: https://issues.apache.org/jira/browse/MESOS-5729 Project: Mesos Issue Type: Improvement Components: libprocess Reporter: Joseph Wu
Both implementations of libprocess's {{Socket}} interface will set the {{CLOEXEC}} option on all new sockets (incoming or outgoing). This assumption is pervasive across Mesos, but since libprocess aims to be a general-purpose library, the caller should be able to *not* {{CLOEXEC}} sockets when desired. See TODOs added here: https://reviews.apache.org/r/49281/ -- This message was sent by Atlassian JIRA (v6.3.4#6332)