-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/55571/
-----------------------------------------------------------
(Updated Jan. 25, 2017, 8:33 a.m.)
Review request for mesos, Benjamin Mahler, Jay Guo, Guangya Liu, and Michael
Park.
Changes
-------
Added more logging.
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 4bd01fd21820b7cdb6c2a23436d50e00fbbd5849
src/master/master.cpp d2aee2b6e2a5da776c3b046a228d5ffcabd1bd54
Diff: https://reviews.apache.org/r/55571/diff/
Testing
-------
Tested as part of https://reviews.apache.org/r/55271/.
Thanks,
Benjamin Bannier