-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/55571/
-----------------------------------------------------------
(Updated Jan. 21, 2017, 1:39 p.m.)
Review request for mesos, Benjamin Mahler, Jay Guo, Guangya Liu, and Michael
Park.
Changes
-------
Fixed ws issues.
Bugs: MESOS-6631
https://issues.apache.org/jira/browse/MESOS-6631
Repository: mesos
Description
-------
This allows us to confirm that an updated FrameworkInfo is fully
compatible with an already known one. By performing this check in
updateFrameworkInfo when can be sure that both the new and old
FrameworkInfo are available (e.g., after framework reregistration, or
master or framework failover).
Diffs (updated)
-----
src/master/master.hpp 8e8a9037af11cf95961b6498540a0fd486ed091b
src/master/master.cpp 73159328ce3fd838e02eba0e6a30cf69efc319ba
Diff: https://reviews.apache.org/r/55571/diff/
Testing
-------
Tested as part of https://reviews.apache.org/r/55271/.
Thanks,
Benjamin Bannier