Github user Parth-Brahmbhatt commented on a diff in the pull request:

    https://github.com/apache/storm/pull/414#discussion_r26251585
  
    --- Diff: storm-core/src/storm.thrift ---
    @@ -193,6 +193,7 @@ struct ExecutorStats {
       1: required map<string, map<string, i64>> emitted;
       2: required map<string, map<string, i64>> transferred;
       3: required ExecutorSpecificStats specific;
    +  4: required double rate;
    --- End diff --
    
    Older client newer server works, newer client with older server brakes 
because rate is required behavior. I think this is acceptable and would hate to 
change a required param to optional to support this.


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