You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@storm.apache.org by Itai Frenkel <It...@forter.com> on 2015/01/25 13:30:23 UTC

Preventing collector.reportError from spamming the log file

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?