-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/64142/
-----------------------------------------------------------
Review request for mesos, Benjamin Bannier, Gaston Kleiman, Jie Yu, and Jan
Schlicht.
Bugs: MESOS-8193
https://issues.apache.org/jira/browse/MESOS-8193
Repository: mesos
Description
-------
This patch updates the master's ACCEPT call code path to acknowledge
offer operation status updates when a framework has not requested
feedback. Since the framework-facing side of offer operation feedback
has not yet been implemented, we also fail operations which have their
id field set, as this field is used to signal that feedback about that
operation is expected.
Diffs
-----
src/master/master.cpp 700e12433b0b66efc3f5dd296711c0f203a13144
Diff: https://reviews.apache.org/r/64142/diff/1/
Testing
-------
make check
Thanks,
Greg Mann