We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8795c6f commit a18a51fCopy full SHA for a18a51f
src/clj/backtype/storm/daemon/supervisor.clj
@@ -144,7 +144,7 @@
144
(rmpath (worker-pids-root conf id))
145
(rmpath (worker-root conf id))
146
(catch RuntimeException e
147
- (log-error e "Failed to cleanup worker " id ". Will retry later")
+ (log-warn-error e "Failed to cleanup worker " id ". Will retry later")
148
)))
149
150
(defn shutdown-worker [conf supervisor-id id worker-thread-pids-atom]
0 commit comments