-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/34389/
-----------------------------------------------------------
Review request for mesos and Vinod Kone.
Bugs: MESOS-2507
https://issues.apache.org/jira/browse/MESOS-2507
Repository: mesos
Description
-------
`getSlave` and `slaves.registered.get` were used interchangeably throughout the
code. This removeds `getSlave` in favor of just using the
`slaves.registered.get()`.
Diffs
-----
src/master/master.hpp da0a83510784f4f7dbd933e666ac12c04c413a62
src/master/master.cpp eaea79df2c693d15087d70b3c9b988e57c894f8e
src/master/validation.cpp 20a6ac833ec5dc437f80159a9234c7b94d86ba29
Diff: https://reviews.apache.org/r/34389/diff/
Testing
-------
make check
Thanks,
Ben Mahler