[ 
https://issues.apache.org/jira/browse/MESOS-10035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16981704#comment-16981704
 ] 

Benno Evers commented on MESOS-10035:
-------------------------------------

https://reviews.apache.org/r/71816/

> Implement `enable_http_executor_domain_sockets` agent flag
> ----------------------------------------------------------
>
>                 Key: MESOS-10035
>                 URL: https://issues.apache.org/jira/browse/MESOS-10035
>             Project: Mesos
>          Issue Type: Task
>            Reporter: Benno Evers
>            Assignee: Benjamin Bannier
>            Priority: Major
>
> Based on the design in 
> https://docs.google.com/document/d/1RUvjoBvM3UX_lLcq_J_crWpMMn3nO8CY0KWc655ELsM/edit
>  we need a `--enable_http_executor_domain_sockets[=true|false]` flag for the 
> mesos agent.
> The basic functionality we'd like for this task is, in pseudocode:
> {noformat}
> DURING task launch
>     IF launching new executor && enable_http_executor_domain_sockets == True:
>         Inject MESOS_DOMAIN_SOCKET environment variable pointing to 
> `<executor root>/agent.sock` 
> {noformat}
>  
> Setting the environment variable can be done in the 
> `slave.cpp:executorEnvironment()` function.
> The code that actually creates the socket and puts it into the location 
> pointed to by `MESOS_DOMAIN_SOCKET` will be implemented in a separate ticket.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to