Hello We are trying to run Storm 1.0.1 on Windows, and have .net components deployed to multlang/resources.
I think we are experiencing the bug reported in https://issues.apache.org/jira/browse/STORM-1732 When the topology is rebalanced, some of the resources are deleted. Some still seem to be locked and are not deleted. For example, we can see the following in the logs: 2016-06-15 10:53:02.874 o.a.s.d.supervisor [WARN] Failed to cleanup worker 8c61eeb0-f69b-4579-b610-a1149acfd90b. Will retry later #error { :cause Unable to delete file: d:\Data\StormData\workers\8c61eeb0-f69b-4579-b610-a1149acfd90b\resources\System.Reactive.PlatformServices.dll :via [{:type java.io.IOException :message Unable to delete file: d:\Data\StormData\workers\8c61eeb0-f69b-4579-b610-a1149acfd90b\resources\System.Reactive.PlatformServices.dll :at [org.apache.storm.shade.org.apache.commons.io.FileUtils forceDelete FileUtils.java 2279]}] :trace [[org.apache.storm.shade.org.apache.commons.io.FileUtils forceDelete FileUtils.java 2279] [org.apache.storm.shade.org.apache.commons.io.FileUtils cleanDirectory FileUtils.java 1653] [org.apache.storm.shade.org.apache.commons.io.FileUtils deleteDirectory FileUtils.java 1535] [org.apache.storm.shade.org.apache.commons.io.FileUtils forceDelete FileUtils.java 2270] [org.apache.storm.shade.org.apache.commons.io.FileUtils cleanDirectory FileUtils.java 1653] [org.apache.storm.shade.org.apache.commons.io.FileUtils deleteDirectory FileUtils.java 1535] [org.apache.storm.shade.org.apache.commons.io.FileUtils forceDelete FileUtils.java 2270] [org.apache.storm.util$rmr invoke util.clj 568] [org.apache.storm.daemon.supervisor$try_cleanup_worker invoke supervisor.clj 265] [org.apache.storm.daemon.supervisor$shutdown_worker invoke supervisor.clj 303] [org.apache.storm.daemon.supervisor$sync_processes invoke supervisor.clj 427] [clojure.core$partial$fn__4527 invoke core.clj 2492] [org.apache.storm.event$event_manager$fn__8630 invoke event.clj 40] [clojure.lang.AFn run AFn.java 22] [java.lang.Thread run nil -1]]} Is there any workaround for this - is anyone successfully using Storm 1.0 and above on Windows? Thanks Simon ___________________________________________________________ This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and delete this e-mail. Any unauthorised copying, disclosure or distribution of the material in this e-mail is prohibited. Please refer to http://www.bnpparibas.co.uk/en/email-disclaimer/ for additional disclosures.
