-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/27102/
-----------------------------------------------------------
Review request for mesos, Ben Mahler and Dominic Hamon.
Bugs: MESOS-1972
https://issues.apache.org/jira/browse/MESOS-1972
Repository: mesos-git
Description
-------
Moved framework id validation from scheduler driver to master.
Note that the check regarding incorrect use of both command info and executor
info is already present in the master. Killed it from the driver.
Diffs
-----
src/master/master.cpp 95589b8f25a3e496eabc0cf84319c883c1ed7aec
src/sched/sched.cpp e89e5e56b72fec8832e99b90692d2cbd619fbcfb
src/tests/resource_offers_tests.cpp 060039eed0bb8246ac034c0fb8560bfc7b25ab98
Diff: https://reviews.apache.org/r/27102/diff/
Testing
-------
make check
Thanks,
Vinod Kone