> On Sept. 16, 2015, 10:41 a.m., Philip Norman wrote: > > src/webui/master/static/js/controllers.js, line 224 > > <https://reviews.apache.org/r/38056/diff/2/?file=1067203#file1067203line224> > > > > These metrics are not available on master, only directly from the slave > > nodes. > > > > The webui redirects the user to master, so these metrics will never be > > available in the UI, so I can't see a situation where this would work. > > > > It's not clear to me how this data could be gathered from master, and > > it would be impractical to poll slaves directly, even assuming that the > > CORS restrictions were fixed.
Thank you very much for your review @philipnrmn . Yes, I need change s/slave/master. Because I use mesos-local when I debug this, it would start the master and slave at same network port. Let me update it. - haosdent ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/38056/#review99207 ----------------------------------------------------------- On Sept. 14, 2015, 4:42 p.m., haosdent huang wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/38056/ > ----------------------------------------------------------- > > (Updated Sept. 14, 2015, 4:42 p.m.) > > > Review request for mesos, Adam B, Joerg Schad, and Michael Park. > > > Bugs: MESOS-3282 > https://issues.apache.org/jira/browse/MESOS-3282 > > > Repository: mesos > > > Description > ------- > > Fix webui task informations not update bug. > > > Diffs > ----- > > src/webui/master/static/js/controllers.js > fbf86965efdb16f11787c24fb50d20af0837c62d > > Diff: https://reviews.apache.org/r/38056/diff/ > > > Testing > ------- > > Manual test, test scenarios: > > * Normal scenarios updated after the new task is finished > * After mesos-master down, could updated after reconnected > >  > > > Thanks, > > haosdent huang > >
