Github user Parth-Brahmbhatt commented on a diff in the pull request: https://github.com/apache/storm/pull/673#discussion_r37213464 --- Diff: storm-core/src/storm.thrift --- @@ -218,6 +218,7 @@ struct TopologyInfo { 4: required list<ExecutorSummary> executors; 5: required string status; 6: required map<string, list<ErrorInfo>> errors; + 7: required map<string, bool> component_debug; --- End diff -- This should not be required. Making this required will brake rolling upgrades.
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---