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

Jie Yu updated MESOS-5789:
--------------------------
    Description: 
Currently, master's flag `max_executors_per_agent` is only visible 
(conditionally compiled) if port mapping network isolator is enabled. However, 
this flag should be general and quite useful in other scenarios. The ticket 
tracks the process of exposing this flag.

{code}
#ifdef WITH_NETWORK_ISOLATOR
  add(&Flags::max_executors_per_agent,
      "max_executors_per_agent",
      flags::DeprecatedName("max_executors_per_slave"),
      "Maximum number of executors allowed per agent. The network\n"
      "monitoring/isolation technique imposes an implicit resource\n"
      "acquisition on each executor (# ephemeral ports), as a result\n"
      "one can only run a certain number of executors on each agent.");
#endif // WITH_NETWORK_ISOLATOR
{code}

  was:Currently, master's flag `max_executors_per_agent` is only visible 
(conditionally compiled) if port mapping network isolator is enabled. However, 
this flag should be general and quite useful in other scenarios. The ticket 
tracks the process of exposing this flag.


> Expose max_executors_per_agent for non port mapping isolator build.
> -------------------------------------------------------------------
>
>                 Key: MESOS-5789
>                 URL: https://issues.apache.org/jira/browse/MESOS-5789
>             Project: Mesos
>          Issue Type: Wish
>            Reporter: Jie Yu
>
> Currently, master's flag `max_executors_per_agent` is only visible 
> (conditionally compiled) if port mapping network isolator is enabled. 
> However, this flag should be general and quite useful in other scenarios. The 
> ticket tracks the process of exposing this flag.
> {code}
> #ifdef WITH_NETWORK_ISOLATOR
>   add(&Flags::max_executors_per_agent,
>       "max_executors_per_agent",
>       flags::DeprecatedName("max_executors_per_slave"),
>       "Maximum number of executors allowed per agent. The network\n"
>       "monitoring/isolation technique imposes an implicit resource\n"
>       "acquisition on each executor (# ephemeral ports), as a result\n"
>       "one can only run a certain number of executors on each agent.");
> #endif // WITH_NETWORK_ISOLATOR
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to