[
https://issues.apache.org/jira/browse/MESOS-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14125017#comment-14125017
]
Alexander Rukletsov commented on MESOS-1773:
--------------------------------------------
The shutdown timeout can be passed in {{TaskInfo}} protobuf. However, updating
the timeout only in the framework Executor (e.g. {{CommandExecutor}}) doesn't
make much sense if timeouts on higher levels ({{Executor}}, {{containerizer}})
haven't been updated. Suggestion: slave should remember the biggest timeout
among all current tasks. This timeout should be updated when the tasks stages
or enters terminal state.
Thoughts?
> Make shutdown grace period configurable per task
> ------------------------------------------------
>
> Key: MESOS-1773
> URL: https://issues.apache.org/jira/browse/MESOS-1773
> Project: Mesos
> Issue Type: Improvement
> Components: general, slave
> Reporter: Alexander Rukletsov
> Labels: patch
>
> With [Issue 1571|https://issues.apache.org/jira/browse/MESOS-1571] fixed,
> shutdown grace periods on all levels are dependent on the slave flag. The
> next step is to make it configurable per task.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)