Github user revans2 commented on a diff in the pull request:
https://github.com/apache/storm/pull/554#discussion_r30920107
--- Diff: storm-core/src/storm.thrift ---
@@ -222,6 +222,86 @@ struct TopologyInfo {
514: optional string owner;
}
+struct CommonAggregateStats {
+513: optional i32 num_executors;
--- End diff --
Can we perhaps make all of these start with a 1? There were other places
that I used a 512 for security to avoid a collision with others possibly making
changes at the same time while it was on a different branch, but I don't think
we have that problem here.
---
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.
---