> On June 5, 2014, 8:38 p.m., Adam B wrote: > > Looks great! > > Have you tested this manually to see the tasks/framework show up in the web > > ui? Mention that in the Testing section, please. > > Yifan Gu wrote: > Haven't done the js part yet. I think I will need to do some negotiation > with Ross.
Should we ship it now so Ross can make changes on the js/html stuff based on this later, or should I add those js/html stuff now? - Yifan ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22223/#review44844 ----------------------------------------------------------- On June 5, 2014, 10:40 p.m., Yifan Gu wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/22223/ > ----------------------------------------------------------- > > (Updated June 5, 2014, 10:40 p.m.) > > > Review request for mesos, Adam B, Niklas Nielsen, Ross Allen, and Vinod Kone. > > > Bugs: MESOS-1312 > https://issues.apache.org/jira/browse/MESOS-1312 > > > Repository: mesos-git > > > Description > ------- > > Added orphan_tasks and unknown_frameworks in state.json to display tasks that > are currently running on the slaves, > but do not belong to any already (re-)registered frameworks. > > > Diffs > ----- > > src/master/http.cpp b565dc6 > src/tests/master_tests.cpp 34df121 > > Diff: https://reviews.apache.org/r/22223/diff/ > > > Testing > ------- > > Added MasterTest.OrphanTasks to test: > 1, Before the framework re-registers with the master: > Tasks that belongs to that frameworks will appear in the ["orphan_tasks"] > field. > That frameworks will appear in the ["not_yet_reregistered_frameworks"] > field. > 2, After the framework re-registers with the master: > There will be no more orphan tasks and not-yet-reregistered frameworks. > 3, Havent' do the WebUI js part. > > > Thanks, > > Yifan Gu > >
