----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/49420/#review140107 -----------------------------------------------------------
src/master/http.cpp (lines 1336 - 1338) <https://reviews.apache.org/r/49420/#comment205407> Just for discussion: we will refactor this function into a helper function returning a `Future<mesos::master::Response::GetFrameworks>` when we get to reuse it for `GetState`. - Zhitao Li On June 30, 2016, 2:09 a.m., Vinod Kone wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/49420/ > ----------------------------------------------------------- > > (Updated June 30, 2016, 2:09 a.m.) > > > Review request for mesos, Anand Mazumdar, zhou xing, Jay Guo, and Zhitao Li. > > > Bugs: MESOS-5492 > https://issues.apache.org/jira/browse/MESOS-5492 > > > Repository: mesos > > > Description > ------- > > This change removes tasks and executors information from > GetFrameworks call because we can get that from GetTasks > and GetExecutors (not yet implemented) calls. > > > Diffs > ----- > > include/mesos/master/master.proto 2e5d6eeb3a960e4f41c382d65321f18bb05ed6be > include/mesos/v1/master/master.proto > 93157d57dcc53b54fed2ebbc4772c689ddba2119 > src/master/http.cpp e5acdb8e0bbcd7a2b7e8a8bc7f4bbeaae2c4fea1 > > Diff: https://reviews.apache.org/r/49420/diff/ > > > Testing > ------- > > make check > > > Thanks, > > Vinod Kone > >
