-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/52719/
-----------------------------------------------------------
(Updated Oct. 18, 2016, 9:07 p.m.)
Review request for mesos and Vinod Kone.
Changes
-------
Fix description per review.
Bugs: MESOS-6332
https://issues.apache.org/jira/browse/MESOS-6332
Repository: mesos
Description (updated)
-------
`Master::reconcile(Framework*, const scheduler::Call::Reconcile&)` and
`Master::reconcile(Slave*, const vector<ExecutorInfo>&, const
vector<Task>& tasks)` are only loosely related. Per discussion on the
development list, using overloading to distinguish these two functions
is confusing. Hence, rename the latter to `reconcileKnownSlave`.
Diffs (updated)
-----
src/master/master.hpp 881f0d6127c4d6a7fccb1677fb3129310777f737
src/master/master.cpp 3c6b18ead44cd5f2978093f5415e974cfcbfa714
Diff: https://reviews.apache.org/r/52719/diff/
Testing
-------
`make check`
Thanks,
Neil Conway