----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8135/ -----------------------------------------------------------
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
