Github user revans2 commented on a diff in the pull request:
https://github.com/apache/storm/pull/529#discussion_r28690473
--- Diff: storm-core/src/storm.thrift ---
@@ -153,6 +153,7 @@ struct SupervisorSummary {
3: required i32 num_workers;
4: required i32 num_used_workers;
5: required string supervisor_id;
+ 6: required string version;
--- End diff --
This needs to be optional, to maintain rolling upgrade compatibility.
---
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.
---