Hi,
We had an issue when there was a recurring exception and the disk write throughput sky-rocketed, which was far worse than the exception itself. A short investigation have shown that each exception sent to collector.reportError ends up in the log file. We tracked it down to this line https://github.com/apache/storm/blob/master/storm-core/src/clj/backtype/storm/daemon/executor.clj#L173 . Is there a way to disable this log entry without loosing the entire logging in that file? Regards, Itai?
