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

    https://github.com/apache/storm/pull/1799#discussion_r90252874
  
    --- Diff: storm-core/src/jvm/org/apache/storm/stats/StatsUtil.java ---
    @@ -1516,7 +1516,7 @@ public static ComponentPageInfo aggCompExecsStats(
     
                 Integer start = ((Number) key.get(0)).intValue();
                 String host = (String) value.get(0);
    -            Integer port = (Integer) value.get(1);
    +            Integer port = (Long) value.get(1);
    --- End diff --
    
    @ErangaHeshan 
    Let's follow what @srdo comments. Could you address it?


---
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