Github user redsanket commented on a diff in the pull request: https://github.com/apache/storm/pull/845#discussion_r43908682 --- Diff: storm-core/src/clj/backtype/storm/cluster.clj --- @@ -248,9 +256,9 @@ [id] (str ASSIGNMENTS-SUBTREE "/" id)) -(defn code-distributor-path - [id] - (str CODE-DISTRIBUTOR-SUBTREE "/" id)) +(defn blobstore-path + [key] + (str BLOBSTORE-SUBTREE "/" key)) --- End diff -- There is a server side validation for this, im adding the client side validation just to reinforce it
--- 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. ---