-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/55562/
-----------------------------------------------------------
Review request for mesos, Benjamin Bannier, Benjamin Mahler, and Guangya Liu.
Bugs: MESOS-6854
https://issues.apache.org/jira/browse/MESOS-6854
Repository: mesos
Description
-------
Frameworks can advertise their capabilities via the protobuf field
in FrameworkInfo and master can behave differently according them.
Similarly, agents should be able to advertise their capabilities in
a mixed cluster, so that master could make better decisions based
on them. For example, multi-role frameworks could only launch tasks
on agents with multi-role capabilities.
Diffs
-----
include/mesos/mesos.proto ab68ff85c4af5d254779b30a7f27eda9fcb790eb
include/mesos/v1/mesos.proto caefa239be6ead10b9a5fc91ba120ea9c8775313
Diff: https://reviews.apache.org/r/55562/diff/
Testing
-------
Thanks,
Jay Guo