-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/54061/
-----------------------------------------------------------
(Updated Nov. 30, 2016, 9:58 a.m.)
Review request for mesos, Benjamin Mahler, Guangya Liu, and Qiang Zhang.
Changes
-------
rebase
Bugs: MESOS-6628
https://issues.apache.org/jira/browse/MESOS-6628
Repository: mesos
Description
-------
This is the initial patch to introduce multi-role frameworks.
A new section `repeated string roles` is added to FrameworkInfo.
Old `optional string role` is kept for backwards compatability.
To distinguish single-role and multi-role frameworks, a new framework
capability `MULTI_ROLE` is introduced. See MESOS-6628 for more info.
Diffs (updated)
-----
include/mesos/mesos.proto cbfcd8a666e0b4a486f6dcd9e8356c9d5a1cea05
include/mesos/v1/mesos.proto e4f269b96ffc06d040604d1d6fead01e4aca2c13
Diff: https://reviews.apache.org/r/54061/diff/
Testing
-------
Thanks,
Jay Guo