You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Greg Mann (JIRA)" <ji...@apache.org> on 2017/12/08 04:58:00 UTC

[jira] [Commented] (MESOS-8186) Implement the agent's AcknowledgeOfferOperationMessage handler.

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

Greg Mann commented on MESOS-8186:
----------------------------------

{code}
commit 761f47fe8e51ca3065a156308220e2a1ab61a628
Author: Greg Mann <gr...@mesosphere.io>
Date:   Thu Dec 7 11:36:20 2017 -0800

    Added status update acknowledgement to resource provider manager.

    When the agent receives an offer operation update acknowledgement
    from the master, it is forwarded to the relevant resource
    provider via the resource provider manager.

    Review: https://reviews.apache.org/r/64145/
{code}
{code}
commit cfb634b6742d3b6d74bef079473663d915014cfc
Author: Greg Mann <gr...@mesosphere.io>
Date:   Thu Dec 7 11:36:17 2017 -0800

    Added offer operation update acknowledgement to the agent.

    The agent's 'offerOperationUpdateAcknowlegement' handler is
    updated to pass acknowledgements to the resource provider
    manager.

    The agent's resource provider message handler is also
    updated to avoid removing offer operations, since this
    should actually be done upon acknowledgement of the update.

    Review: https://reviews.apache.org/r/64146/
{code}
{code}
commit ecef069b8349cdb9d98b6267636d4cb66948da20
Author: Greg Mann <gr...@mesosphere.io>
Date:   Thu Dec 7 11:36:14 2017 -0800

    Added ACKNOWLEDGE event to the resource provider API.

    The new event is used to send offer operation status udpate
    acknowledgements to resource providers.

    Review: https://reviews.apache.org/r/64143/
{code}

> Implement the agent's AcknowledgeOfferOperationMessage handler.
> ---------------------------------------------------------------
>
>                 Key: MESOS-8186
>                 URL: https://issues.apache.org/jira/browse/MESOS-8186
>             Project: Mesos
>          Issue Type: Task
>            Reporter: Gastón Kleiman
>            Assignee: Greg Mann
>              Labels: mesosphere
>
> The handler should handle acks for operations handled by the agent, and forward the ack to the RP manager for all other operations.



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