----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54061/#review156875 -----------------------------------------------------------
include/mesos/mesos.proto (line 334) <https://reviews.apache.org/r/54061/#comment227201> There is a redundant space between "and" and "move". include/mesos/v1/mesos.proto (line 334) <https://reviews.apache.org/r/54061/#comment227202> Ditto - Qian Zhang On Nov. 24, 2016, 11:29 p.m., Jay Guo wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/54061/ > ----------------------------------------------------------- > > (Updated Nov. 24, 2016, 11:29 p.m.) > > > Review request for mesos and Guangya Liu. > > > 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 > ----- > > include/mesos/mesos.proto 380575904a5a29ee53bdc87ae8791ed14e3cafca > include/mesos/v1/mesos.proto 5b542ff9cd0b5f301c088d3f4b2fe17ae760d368 > > Diff: https://reviews.apache.org/r/54061/diff/ > > > Testing > ------- > > > Thanks, > > Jay Guo > >
