Github user knusbaum commented on a diff in the pull request: https://github.com/apache/storm/pull/845#discussion_r44997265 --- Diff: storm-core/src/clj/backtype/storm/daemon/supervisor.clj --- @@ -671,6 +787,11 @@ 0 (conf SUPERVISOR-HEARTBEAT-FREQUENCY-SECS) heartbeat-fn) + (doseq [storm-id downloaded-storm-ids] (add-blob-references (:localizer supervisor) storm-id + conf)) --- End diff -- doseq body should have its own line. Then conf can be moved back into the same line as the function it is being passed to.
--- 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. ---