You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Anand Mazumdar (JIRA)" <ji...@apache.org> on 2017/09/29 20:38:01 UTC

[jira] [Commented] (MESOS-7445) Implement the API handler on the master for marking agents as gone.

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

Anand Mazumdar commented on MESOS-7445:
---------------------------------------

{noformat}
commit 3da4f8a6525a903187f25489d699c46af6120d3c
Author: Anand Mazumdar <an...@apache.org>
Date:   Fri Sep 29 11:57:50 2017 -0700

    Removed the logic for removing the latest symlink on the agent.

    This change removes the logic of removing the latest symlink on
    receiving the shutdown message from the Mesos master. This ensures
    that agents come back with the same agent ID upon a successful
    shutdown similar to the behavior when they come back post a reboot.

    Review: https://reviews.apache.org/r/62479/
{noformat}

> Implement the API handler on the master for marking agents as gone.
> -------------------------------------------------------------------
>
>                 Key: MESOS-7445
>                 URL: https://issues.apache.org/jira/browse/MESOS-7445
>             Project: Mesos
>          Issue Type: Task
>            Reporter: Anand Mazumdar
>            Assignee: Anand Mazumdar
>              Labels: mesosphere
>             Fix For: 1.5.0
>
>
> We need to implement the v1 Operator API call on the master that stores the agent gone information in the registry and returns a 200 {{OK}} response if successful. The handler would also be responsible for transitioning all active tasks to {{TASK_GONE}} and sending status updates for them to the framework.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)