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

    https://github.com/apache/storm/pull/753#discussion_r40846010
  
    --- Diff: storm-core/src/storm.thrift ---
    @@ -204,6 +203,7 @@ struct ExecutorStats {
       2: required map<string, map<string, i64>> transferred;
       3: required ExecutorSpecificStats specific;
       4: required double rate;
    +  5: required map<string, map<string, double>> throughput;
    --- End diff --
    
    If we want to be able to add this as a rolling upgrade this needs to be 
optional, and we need the code everywhere to be able to handle when it is not 
provided.
    
    To me this feature is not important enough to force downtime in a cluster.


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