Skip to content

Commit a18a51f

Browse files
author
Nathan Marz
committed
downgrade supervisor cleanup log message to a warning from an error (since it's expected)
1 parent 8795c6f commit a18a51f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clj/backtype/storm/daemon/supervisor.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
(rmpath (worker-pids-root conf id))
145145
(rmpath (worker-root conf id))
146146
(catch RuntimeException e
147-
(log-error e "Failed to cleanup worker " id ". Will retry later")
147+
(log-warn-error e "Failed to cleanup worker " id ". Will retry later")
148148
)))
149149

150150
(defn shutdown-worker [conf supervisor-id id worker-thread-pids-atom]

0 commit comments

Comments
 (0)