Github user d2r commented on a diff in the pull request:
https://github.com/apache/storm/pull/845#discussion_r45121513
--- Diff: storm-core/src/clj/backtype/storm/daemon/nimbus.clj ---
@@ -1376,8 +1514,8 @@
(check-storm-active! nimbus storm-name false)
;;cred-update-lock is not needed here because creds are
being added for the first time.
(.set-credentials! storm-cluster-state storm-id credentials
storm-conf)
- (setup-storm-code nimbus conf storm-id uploadedJarLocation
storm-conf topology)
- (.setup-code-distributor! storm-cluster-state storm-id
(:nimbus-host-port-info nimbus))
+ (log-message "uploadedJar" uploadedJarLocation)
--- End diff --
minor: Can we add a space to make the log message cleaner?
---
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.
---