[
https://issues.apache.org/jira/browse/MESOS-3028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14623011#comment-14623011
]
Brian Brazil commented on MESOS-3028:
-------------------------------------
Sanitised:
{noformat}
--launcher_dir=/path/mesos/libexec/mesos \
--master=zk://1.2.3.4:2181,5.6.7.8:2181/mesos \
--log_dir=/path/logs \
--work_dir=/path/work_dir \
--hostname=some-hostname \
--credential=/path/credential \
--attributes="$ATTRIBUTES" \
--resources="$RESOURCES" \
--port=1234
{noformat}
This is on mesos-0.22.0.
> If mesos_slave gets a SIGUSR1, frameworks aren't completely shutdown
> --------------------------------------------------------------------
>
> Key: MESOS-3028
> URL: https://issues.apache.org/jira/browse/MESOS-3028
> Project: Mesos
> Issue Type: Bug
> Components: framework, slave
> Reporter: Brian Brazil
>
> See AURORA-1388 for full details.
> I sent a SIGUSR1 to a mesos_slave and the executor running on it a little bit
> of time to do things, however it then appears that the executor was killed -
> but not any of the children.
> This is a problem as it means executors don't have enough time to shutdown
> gracefully when a mesos_slave is being drained for maintenance, and that
> processes are left lying around using untracked resources.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)