-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/64464/
-----------------------------------------------------------
Review request for mesos, Benjamin Bannier, Gaston Kleiman, and Jie Yu.
Bugs: MESOS-8195
https://issues.apache.org/jira/browse/MESOS-8195
Repository: mesos
Description
-------
In cases where the agent fails over or where an `UpdateSlaveMessage`
races with an `ApplyOfferOperationMessage`, it's possible that the
master knows about an offer operation which is not contained in an
`UpdateSlaveMessage`. In such cases, the master should send a
`ReconcileOfferOperations` message to the agent. The agent will
then respond by sending OFFER_OPERATION_DROPPED status updates for
any operations which it does not know about.
Diffs
-----
src/master/master.cpp b3e074cfe86600793310deb87932fa145e95055d
Diff: https://reviews.apache.org/r/64464/diff/1/
Testing
-------
make check
Thanks,
Greg Mann