-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/63731/
-----------------------------------------------------------

(Updated Nov. 24, 2017, 3:08 p.m.)


Review request for mesos, Greg Mann, Jie Yu, and Jan Schlicht.


Changes
-------

Always send offer operations when sending an `UpdateSlaveMessage` with a 
`total`.


Bugs: MESOS-8207
    https://issues.apache.org/jira/browse/MESOS-8207


Repository: mesos


Description
-------

When resource providers update their state they send a list of
pending or unacknowledged operations to the agent. This patch add
tracking for such operations to the agent. The agent can then forward
these operations to the master, e.g., for calculating the unused
resources behind an agent.

We track an operation until we either receive a updated list of
pending or unacknowledged operations from a resource provider, or
until we see an acknowledgement from a framework. This keeps the list
of operations bounded and ensures that we maintain the latest
information in the agent.


Diffs (updated)
-----

  src/slave/slave.cpp f93ff7b20815c3ccb274ce6990ee66a17b6ac51c 


Diff: https://reviews.apache.org/r/63731/diff/5/

Changes: https://reviews.apache.org/r/63731/diff/4-5/


Testing
-------

`make check`, tested as part of https://reviews.apache.org/r/63843/.


Thanks,

Benjamin Bannier

Reply via email to