-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56939/
-----------------------------------------------------------
Review request for mesos, Benjamin Bannier, Benjamin Mahler, Guangya Liu, and
Michael Park.
Bugs: MESOS-6636
https://issues.apache.org/jira/browse/MESOS-6636
Repository: mesos
Description
-------
With support for multi-role frameworks, we need to make sure that
individual tasks and executors cannot mix roles. Likewise, we do
not want to allow a scheduler to make a reservation or create a
volume based on resources with different allocated roles.
Diffs
-----
src/master/validation.hpp f03b3280704083be1ca074ca07c69edbb49dae19
src/master/validation.cpp b8c6b49ca5ca1f15e58a2967adc335436a35071f
src/tests/master_validation_tests.cpp
53771f6b5492009fe75cbbfc03a2b542856c1070
Diff: https://reviews.apache.org/r/56939/diff/
Testing
-------
make check
Thanks,
Jay Guo