Github user d2r commented on a diff in the pull request:

    https://github.com/apache/storm/pull/554#discussion_r30921420
  
    --- Diff: storm-core/src/ui/public/templates/topology-page-template.html ---
    @@ -131,33 +131,37 @@
         </tbody>
       </table>
     </script>
    +
    +<script id="topology-visualization-container-template" type="text/html">
    --- End diff --
    
    For the visualization to initialize, it needs to call the old nimbus thrift 
API call getTopologyInfo, which has not changed.  I only wanted the 
visualization to initialize when the user shows it, and not pull down all the 
stream data for every executor each time the page loads.  If we did that, we 
would lose most of the gains from aggregating stats data on nimbus.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to