Reputation: 21
I'm unable to view the topology summary in Storm UI (in Ambari). The UI gets hang with "Loading Topology Summary" message. Please help me out to resolve this issue.
Ambari version : 2.6.0.0
HDP: 2.6.3.0
Storm : 1.1.0
Regards,
Naresh.
Upvotes: 2
Views: 452
Reputation: 416
Looks like your storm state is not updated in the zookeeper. Try cleaning the current storm states from zookeeper and then restart storm from ambari UI.
Upvotes: 0
Reputation: 209
I too ran across this recently. Turns out the metadata stored in ZK was out of date with the Broker IDs. You can read more about it and how to resolve it here: https://community.hortonworks.com/articles/197972/storm-ui-hung-with-loading-topology-summary.html
Upvotes: 1