You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2014/06/12 20:41:01 UTC

[jira] [Created] (MESOS-1475) Provide a way to fully shut down a slave (kill all tasks underneath).

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)