----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/49228/#review139606 -----------------------------------------------------------
src/webui/master/static/js/controllers.js (line 157) <https://reviews.apache.org/r/49228/#comment204860> Not sure if `isTaskTerminated` is a better name. src/webui/master/static/js/controllers.js (line 159) <https://reviews.apache.org/r/49228/#comment204862> Add missing semicolon `return false;` src/webui/master/static/js/controllers.js (line 162) <https://reviews.apache.org/r/49228/#comment204864> Add missing semicolon. - haosdent huang On June 27, 2016, 5:26 p.m., Tomasz Janiszewski wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/49228/ > ----------------------------------------------------------- > > (Updated June 27, 2016, 5:26 p.m.) > > > Review request for mesos, Benjamin Mahler, haosdent huang, Ross Allen, and > Vinod Kone. > > > Repository: mesos > > > Description > ------- > > Only set the terminal time if the last state is terminal. > > > Diffs > ----- > > src/webui/master/static/js/controllers.js > be3fa1f1fba9eda7ebcc9bf33142fe4307dd8d90 > > Diff: https://reviews.apache.org/r/49228/diff/ > > > Testing > ------- > > Generate orpahne tasks that is alive. It should have not set stopped time. > > > Thanks, > > Tomasz Janiszewski > >
