-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/52719/
-----------------------------------------------------------
Review request for mesos and Vinod Kone.
Bugs: MESOS-6332
https://issues.apache.org/jira/browse/MESOS-6332
Repository: mesos
Description
-------
`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 `reconcileKnownTasks`.
Diffs
-----
src/master/master.hpp 43518b9bf1bfaa54e26acc7f2e70c4161c667a84
src/master/master.cpp ad8993ae43e2508a3777f4062acaca1177ac77f2
Diff: https://reviews.apache.org/r/52719/diff/
Testing
-------
`make check`
Thanks,
Neil Conway