-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/57816/
-----------------------------------------------------------
(Updated April 11, 2017, 11:09 p.m.)
Review request for mesos, James Peach, Vinod Kone, and Jiang Yan Xu.
Changes
-------
Addressed review comments.
Summary (updated)
-----------------
Add a scheduler flag `suppress_offers_on_registration`.
Bugs: MESOS-7015
https://issues.apache.org/jira/browse/MESOS-7015
Repository: mesos
Description
-------
If the framework sets this flag to indicate that it wants offers
suppressed on successful registration to master, we pass this
information to the master in the `SUBSCRIBE` call.
Diffs (updated)
-----
src/sched/flags.hpp d19d20bad7dba48c8792783c73115affa1430cbe
src/sched/sched.cpp ef73c1dccfd736b79f40a057951f022df7f60644
Diff: https://reviews.apache.org/r/57816/diff/3/
Changes: https://reviews.apache.org/r/57816/diff/2-3/
Testing
-------
All tests passed.
Thanks,
Anindya Sinha