Github user redsanket commented on a diff in the pull request: https://github.com/apache/storm/pull/845#discussion_r43781520 --- Diff: storm-core/src/clj/backtype/storm/daemon/nimbus.clj --- @@ -205,6 +249,10 @@ (log-message "Killing topology: " storm-id) (.remove-storm! (:storm-cluster-state nimbus) storm-id) + (if (instance? LocalFsBlobStore (:blob-store nimbus)) --- End diff -- We do not want to create a state for hdfs blobstore as the interaction between the daemons (nimbus and supervisor) with hdfs is direct and CRUD operations are handled by HDFS
--- 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. ---