-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/63992/
-----------------------------------------------------------
(Updated March 2, 2018, 8:07 a.m.)
Review request for mesos, Benjamin Bannier, Gaston Kleiman, and Jie Yu.
Changes
-------
Rebase.
Bugs: MESOS-8190
https://issues.apache.org/jira/browse/MESOS-8190
Repository: mesos
Description (updated)
-------
This patch adds code to send operation status updates in the master's
ACCEPT call handler. In cases where operations are dropped and in
cases where offer operation IDs are set when they should not be, the
master will send operation status updates for the dropped operations.
Diffs (updated)
-----
src/master/master.cpp 9cea7bb6a6ee8bf5f4226d07111bcfa6f5d3a88c
Diff: https://reviews.apache.org/r/63992/diff/2/
Changes: https://reviews.apache.org/r/63992/diff/1-2/
Testing
-------
make check
Thanks,
Greg Mann