Github user revans2 commented on a diff in the pull request:
https://github.com/apache/storm/pull/845#discussion_r43769660
--- Diff: storm-core/src/clj/backtype/storm/cluster.clj ---
@@ -436,18 +445,28 @@
(set-ephemeral-node cluster-state (nimbus-path nimbus-id)
(Utils/serialize nimbus-summary) acls))
- (code-distributor-info
- [this storm-id]
- (map (fn [nimbus-info] (NimbusInfo/parse nimbus-info))
- (let [path (code-distributor-path storm-id)]
- (do
- (sync-path cluster-state path)
- (get-children cluster-state path false)))))
+ (blobstore-key-details
+ [this]
+ (do
+ (sync-path cluster-state BLOBSTORE-SUBTREE)
+ (get-children cluster-state BLOBSTORE-SUBTREE false))
+ )
--- End diff --
Formatting could you put the `)` on the line above?
---
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.
---