----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/57282/ -----------------------------------------------------------
(Updated March 4, 2017, 9:37 a.m.) Review request for mesos and Benjamin Mahler. Repository: mesos Description (updated) ------- We used to only send `UpdateFrameworkMessage` to connected frameworks because it only included `PID`s. However, since now it also includes updates to the `FrameworkInfo`, we choose to lift this optimization and send it to all agents for (dis)connected frameworks. This is resolving https://reviews.apache.org/r/57110/#comment239045. Diffs ----- src/master/master.cpp 442fbc6e884610ff4d4d62890fb8142a529026d6 Diff: https://reviews.apache.org/r/57282/diff/1/ Testing ------- Thanks, Michael Park
