Benjamin Mahler created MESOS-1475:
--------------------------------------
Summary: Provide a way to fully shut down a slave (kill all tasks
underneath).
Key: MESOS-1475
URL: https://issues.apache.org/jira/browse/MESOS-1475
Project: Mesos
Issue Type: Improvement
Components: master, slave
Reporter: Benjamin Mahler
Assignee: Alexandra Sava
Per [~tweingartner] on MESOS-544. For maintenance operations, there needs to be
a way to fully shutdown a slave in a manner that kills all the underlying tasks.
This can be accomplished using a SIGUSR1 handler:
{noformat}
# drain current host
pkill -USR1 mesos-slave
{noformat}
--
This message was sent by Atlassian JIRA
(v6.2#6252)