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:50:00 UTC

[jira] [Commented] (MESOS-8199) Add plumbing for explicit offer operation reconciliation between master, agent, and RPs.

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

Greg Mann commented on MESOS-8199:
----------------------------------

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

    Added plumbing for master to reconcile offer operations with agent.

    This patch adds the RECONCILE_OFFER_OPERATIONS event to the resource
    provider API, along with the internal message
    'ReconcileOfferOperationsMessage' used for explicit operation
    reconciliation between master and agent. Handlers for these are
    added to the agent and resource provider manager as well.

    This explicit reconciliation is useful in cases where an agent's
    'UpdateSlaveMessage' races with an incoming task launch so that
    the master's view of the agent's state is not consistent with the
    agent's actual state when the 'UpdateSlaveMessage' was sent.

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

> Add plumbing for explicit offer operation reconciliation between master, agent, and RPs.
> ----------------------------------------------------------------------------------------
>
>                 Key: MESOS-8199
>                 URL: https://issues.apache.org/jira/browse/MESOS-8199
>             Project: Mesos
>          Issue Type: Task
>            Reporter: Gastón Kleiman
>            Assignee: Greg Mann
>              Labels: mesosphere
>




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