Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
When opening Topology Visualization, below error is shown to the console of browser:
visualization.js:314 Uncaught TypeError: Cannot read property 'default' of undefined at gather_stream_count (visualization.js:314) at Object.<anonymous> (visualization.js:117) at Node.<anonymous> (arbor.js:35) at Function.each (jquery-1.11.1.min.js:2) at Object.eachNode (arbor.js:35) at Object.redraw (visualization.js:114) at screenUpdate (arbor.js:33)
This is due to the fact that some executors doesn't have stats for ':transferred'.
Below is the part of API response, and you can see some executors are having children for ':transferred' whereas others are not having children.
":stats":[ { ":host":"192.168.0.2", ":port":6700, ":uptime_secs":16, ":transferred":{ "10800":{ "s__system1771886016":0 }, "86400":{ "s__system1771886016":0 }, ":all-time":{ "s__system1771886016":0 }, "600":{ "s__system1771886016":0 } } }, { ":host":"192.168.0.2", ":port":6700, ":uptime_secs":16, ":transferred":{ } }, { ":host":"192.168.0.2", ":port":6700, ":uptime_secs":16, ":transferred":{ "10800":{ "default722480637":20 }, "86400":{ "default722480637":20 }, ":all-time":{ "default722480637":20 }, "600":{ "default722480637":20 } } }, { ":host":"192.168.0.2", ":port":6700, ":uptime_secs":16, ":transferred":{ "10800":{ "default722480637":20 }, "86400":{ "default722480637":20 }, ":all-time":{ "default722480637":20 }, "600":{ "default722480637":20 } } } ]
Attachments
Issue Links
- duplicates
-
STORM-2347 JS errors in Topology Visualization
- Closed
-
STORM-1983 Topology Page: Visualization form is generated for each pushing of the 'Show Visualization' button, and only first one shows graph properly
- Closed
- links to