-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/41848/
-----------------------------------------------------------
(Updated 一月 13, 2016, 2:28 p.m.)
Review request for mesos, Ben Mahler, Artem Harutyunyan, Joris Van Remoortere,
Joseph Wu, Klaus Ma, and Jian Qiu.
Bugs: MESOS-3931
https://issues.apache.org/jira/browse/MESOS-3931
Repository: mesos
Description
-------
Do not enable task and its executor run on different resources. They
must run on same kind of resources, either non-revocable resources, usage
slack resources or allocation slack resources.
Diffs (updated)
-----
src/master/validation.cpp c7cf56815fc743ff52ef423b23d78398ad1b35a3
src/tests/master_validation_tests.cpp
fbf8fadbc04a7cbc60ee6091e0224339389b400f
Diff: https://reviews.apache.org/r/41848/diff/
Testing (updated)
-------
make
make check
GLOG_v=2 ./bin/mesos-tests.sh --gtest_filter="TaskValidationTest.*" --verbose
Thanks,
Guangya Liu