[
https://issues.apache.org/jira/browse/MESOS-10035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Benno Evers reassigned MESOS-10035:
-----------------------------------
Sprint: Studio 4: RI-21 60
Story Points: 5
Assignee: Benjamin Bannier
Description:
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.
was:
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}
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.
> 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)