Github user revans2 commented on a diff in the pull request:
https://github.com/apache/storm/pull/529#discussion_r28690338
--- Diff: storm-core/src/clj/backtype/storm/converter.clj ---
@@ -23,7 +25,9 @@
(if (.get_used_ports supervisor-info) (into [] (.get_used_ports
supervisor-info)))
(if (.get_meta supervisor-info) (into [] (.get_meta
supervisor-info)))
(if (.get_scheduler_meta supervisor-info) (into {}
(.get_scheduler_meta supervisor-info)))
- (.get_uptime_secs supervisor-info))))
+ (.get_uptime_secs supervisor-info)
+ (.get_version supervisor-info);;log
--- End diff --
Please clean up the comment, not sure what ;;log means, and move the
closing ')' to this line
---
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.
---