[
https://issues.apache.org/jira/browse/MESOS-5464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15381019#comment-15381019
]
Lijun Tang commented on MESOS-5464:
-----------------------------------
Hi,
I am new to Mesos, this issue seems a good start point for me. Should I
implement this feature by adding one more command line option, like
--max_completed_executors_per_framework?
Should I add some unit test for this?
Thanks,
Lijun
> The max number of completed executors for a mesos slave should be configurable
> ------------------------------------------------------------------------------
>
> Key: MESOS-5464
> URL: https://issues.apache.org/jira/browse/MESOS-5464
> Project: Mesos
> Issue Type: Improvement
> Reporter: Kevin Johnstone
> Priority: Trivial
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> The number of completed executors per framework should be configurable.
> Frameworks such as Chronos make one executor per tasks and the default of 150
> executors makes sandbox logs inaccessible through the mesos UI very quickly,
> far before the specified timeout for garbage collection for a task.
> https://github.com/apache/mesos/blob/4db9b630cc67f706a8814436309ab589cbaa64fc/src/slave/constants.hpp#L64
> shows where the constant is currently set.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)