You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Alexandra Sava (JIRA)" <ji...@apache.org> on 2014/06/17 10:35:02 UTC

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

    [ https://issues.apache.org/jira/browse/MESOS-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14033555#comment-14033555 ] 

Alexandra Sava commented on MESOS-1475:
---------------------------------------

Hi,

Here is the review for the first part of the shutdown mechanism: https://reviews.apache.org/r/21379/
Here  is the review for the second part of the shutdown mechanism: https://reviews.apache.org/r/22367/

> 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
>              Labels: gsoc2014
>
> 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)