You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Joseph Wu (JIRA)" <ji...@apache.org> on 2015/08/20 20:21:46 UTC

[jira] [Commented] (MESOS-3265) Starting maintenance needs to deactivate agents and kill tasks.

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

Joseph Wu commented on MESOS-3265:
----------------------------------

Review: https://reviews.apache.org/r/37622/

> Starting maintenance needs to deactivate agents and kill tasks.
> ---------------------------------------------------------------
>
>                 Key: MESOS-3265
>                 URL: https://issues.apache.org/jira/browse/MESOS-3265
>             Project: Mesos
>          Issue Type: Task
>          Components: master, slave
>            Reporter: Joseph Wu
>            Assignee: Joris Van Remoortere
>              Labels: mesosphere
>
> After using the {{/maintenance/start}} endpoint to begin maintenance on a machine, agents running on said machine should:
> * Be deactivated such that no offers are sent from that agent.  (Investigate if {{Master::deactivate(Slave*)}} can be used or modified for this purpose.)
> * Kill all tasks still running on the agent (See MESOS-1475).
> * Prevent other agents on that machine from registering or sending out offers.  This will likely involve some modifications to {{Master::register}} and {{Master::reregister}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)