-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12833/
-----------------------------------------------------------

Review request for mesos.


Repository: mesos-git


Description
-------

Removed unneeded mapping of ID -> executor

`framework.executors` and `framework.completed_executors` were arrays
that were converted into maps of ID -> executor, and then the template
called `_.values` to use just the values, i.e. the original executor
arrays, to sort the table.

Stick with the original arrays and save lots of allocation.


Diffs
-----

  src/webui/master/static/js/controllers.js 
dae12b61001ff0c7379169242e5d125ef6ca141b 
  src/webui/master/static/slave_framework.html 
d97684edeb75097bb92e20ca8218a0e3c48e8daa 

Diff: https://reviews.apache.org/r/12833/diff/


Testing
-------


Thanks,

Ross Allen

Reply via email to