-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/54360/
-----------------------------------------------------------
(Updated Dec. 7, 2016, 3:58 a.m.)
Review request for mesos, Benjamin Mahler, Guangya Liu, and Qian Zhang.
Changes
-------
Addressed guangya's comments. Also squashed patches for `addFramework` and
`removeFramework` into one. Otherwise, `addFramework` alone introduces some
flakyness for tests where multi-role framework is involved.
Summary (updated)
-----------------
Changed master to add/remove roles for a multi-role framework.
Bugs: MESOS-6684
https://issues.apache.org/jira/browse/MESOS-6684
Repository: mesos
Description (updated)
-------
When a multi-role framework registers, master should add roles
from 'roles' field of FrameworkInfo to internal data structure
`activeRoles`. On the other hand, master should remove framework
from all the roles it subscribed with.
Diffs (updated)
-----
src/master/master.cpp b0670d993348d189fafff0f83f9da0c5b18d1c51
Diff: https://reviews.apache.org/r/54360/diff/
Testing
-------
Thanks,
Jay Guo