-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/24286/
-----------------------------------------------------------
Review request for mesos, Ben Mahler and Vinod Kone.
Bugs: MESOS-1654
https://issues.apache.org/jira/browse/MESOS-1654
Repository: mesos-git
Description
-------
Introduced an optional flag 'visible' for resource. Invisible resources are not
exposed to the framework. The idea is that the master will perform allocation
for those resources.
Diffs
-----
include/mesos/mesos.proto 6d4fd14
src/common/resources.cpp ade2a71
src/master/master.cpp 77f2536
src/tests/mesos.cpp 35c94fa
src/tests/port_mapping_tests.cpp 393b578
Diff: https://reviews.apache.org/r/24286/diff/
Testing
-------
make check
sudo make check
Thanks,
Jie Yu