Taylor, It fails on component page - mostly blank tables symptom. If the component json response has some of list elements empty ( e.g. boltStats, executors or spoutStats, outputStats inputStats).
In such situation, I noticed earlier the component page call to js tablesorter throws exception ( - wherever table has 0 rows). This exception stops further rendering of elements. Hence you notice mostly empty UI. This requires additional check to ensure that table sorter is not invoked on empty tables. Earlier today, I created a pull request that handles this particular issue. Please look at the pull request for master branch [https://github.com/apache/incubator-storm/pull/154] For security, [https://github.com/apache/incubator-storm/pull/155] /Kishor On 6/23/14, 4:27 PM, "P. Taylor Goetz" <[email protected]> wrote: >Can someone verify that Storm UI is working in the master branch? > >It may just be my environment, but it¹s not working for me (display is >mostly blank). > >Thanks, > >Taylor
