----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8135/#review13614 -----------------------------------------------------------
src/webui/master/static/controllers.js <https://reviews.apache.org/r/8135/#comment29188> this seems a bit small for cluster size, but that's just my un-informed intuition. - Joe Smith On Nov. 20, 2012, 3:38 a.m., Ben Mahler wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/8135/ > ----------------------------------------------------------- > > (Updated Nov. 20, 2012, 3:38 a.m.) > > > Review request for mesos, Benjamin Hindman and Vinod Kone. > > > Description > ------- > > The new webui is really slow on large clusters, given we poll the master > every 3 seconds and update all the front end data. > > This is a simple fix to use an update interval based on the size of the > cluster. > > > Diffs > ----- > > src/webui/master/static/controllers.js > dcb947175898c1d94837705abe21fab90d2addf3 > > Diff: https://reviews.apache.org/r/8135/diff/ > > > Testing > ------- > > local webui runs > > > Thanks, > > Ben Mahler > >
