-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/62879/
-----------------------------------------------------------
(Updated Oct. 17, 2017, 7 p.m.)
Review request for mesos, Benjamin Bannier, Joseph Wu, and Jan Schlicht.
Changes
-------
Rebased.
Bugs: MESOS-8058
https://issues.apache.org/jira/browse/MESOS-8058
Repository: mesos
Description
-------
Given that resource provider capable agents will send update slave
message to the master during re-registration, no need for the master
to send checkpoint resources message to the agent anymore.
This also makes the code more consistent because agent should be the
source of truth. This also eliminates the possible retry incurred by
this message, which is never the intention.
Diffs (updated)
-----
src/master/master.cpp 3603878f02ae3dba82811a4a5770dd21ec790ef6
Diff: https://reviews.apache.org/r/62879/diff/2/
Changes: https://reviews.apache.org/r/62879/diff/1-2/
Testing
-------
make check
Thanks,
Jie Yu