----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11814/#review21870 -----------------------------------------------------------
The root of the problem here is that the master doesn't know the executor ID for tasks that use a command executor. I started a discussion around this on the mailing list, so that we can determine the best way to fix the resulting issue in the webui. - Ben Mahler On June 13, 2013, 4:42 p.m., Brenden Matthews wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/11814/ > ----------------------------------------------------------- > > (Updated June 13, 2013, 4:42 p.m.) > > > Review request for mesos. > > > Description > ------- > > Fix executor IDs in web UI. > > Some frameworks don't report an executor ID, but have a task ID. As a > workaround, we can use the task ID when the executor ID is empty. > > Review: https://reviews.apache.org/r/11814 > > > Diffs > ----- > > src/webui/master/static/controllers.js > 0ea77cec2d6ca520e69fd74eb56fe05d32b711bd > src/webui/master/static/framework.html > c2d770bc40fae90ed6e3bb6b4b37cad551d69956 > > Diff: https://reviews.apache.org/r/11814/diff/ > > > Testing > ------- > > Tested by test driving the web UI. > > > Thanks, > > Brenden Matthews > >
