[
https://issues.apache.org/jira/browse/STORM-1614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15191459#comment-15191459
]
ASF GitHub Bot commented on STORM-1614:
---------------------------------------
Github user zhuoliu commented on a diff in the pull request:
https://github.com/apache/storm/pull/1202#discussion_r55882536
--- Diff: storm-core/src/clj/org/apache/storm/daemon/nimbus.clj ---
@@ -1142,6 +1142,9 @@
(blob-rm-key blob-store (ConfigUtils/masterStormConfKey id)
storm-cluster-state)
(blob-rm-key blob-store (ConfigUtils/masterStormCodeKey id)
storm-cluster-state))
+(defn force-delete-dir [conf id]
--- End diff --
May rename this to be less general, e.g., "force-delete-topo-dist-dir"
> Clean backpressure zk node in do-cleanup
> ----------------------------------------
>
> Key: STORM-1614
> URL: https://issues.apache.org/jira/browse/STORM-1614
> Project: Apache Storm
> Issue Type: Bug
> Components: storm-core
> Reporter: Alessandro Bellina
> Assignee: Alessandro Bellina
> Priority: Minor
>
> Currently the backpressure node is being removed in killTopologyWithOpts in
> nimbus. Remove instead like the other ZK nodes in do-cleanup for inactive
> topos.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)