Github user srdo commented on the issue:
https://github.com/apache/storm/pull/1971
By default this will get logged once per millisecond if the spout is
throttled. That might be a bit much IMO.
This is just me nitpicking, but I think it would be nicer if the log was
moved to
https://github.com/apache/storm/blob/master/storm-core/src/jvm/org/apache/storm/spout/SleepSpoutWaitStrategy.java.
It's being called three lines above where the logs are inserted, and it knows
about the empty emit streak. It's also something users can make their own
implementations for, so if we log on e.g. every 1000 skipped nextTuple calls
and a user needs it logged on every 5000 (or periodically), they can easily
change it.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---