----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70854/ -----------------------------------------------------------
(Updated June 14, 2019, 12:32 p.m.) Review request for mesos and Benjamin Mahler. Changes ------- Made the FrameworkID required, moved checking it into the SchedulerProcess. Summary (updated) ----------------- Made scheduler driver's updateFramework() require FrameworkInfo with ID. Repository: mesos Description (updated) ------- This patch makes it mandatory for the caller to fill the 'id' field of the FrameworkInfo passed into MesosSchedulerDriver::updateFramework(). Diffs (updated) ----- include/mesos/scheduler.hpp c5e61d4fd7aae5067d8c7d8dec878dc82c86e4ec src/sched/sched.cpp 281236bb53e1c6ed77b69bf954e27705595ffb2a Diff: https://reviews.apache.org/r/70854/diff/2/ Changes: https://reviews.apache.org/r/70854/diff/1-2/ Testing ------- Thanks, Andrei Sekretenko
