You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@storm.apache.org by Aaron Dixon <at...@gmail.com> on 2016/04/26 22:38:44 UTC

missing tick tuples - 0.9.4

My storm version is 0.9.4. I've configured my bolt with
topology.tick.tuple.freq.secs = 1. I have 16 Executors/Bolts running; only
5 of them are getting tick tuples delivered. Very occasionally will I see a
tick tuple delivered to one of the other bolts. Has anyone seen this? Is
this a bug? Any debugging advice?

I'm tempted to turn off tick tuples and implement my own TickSpout, but
would rather like to know if this is something bad in my topology or a bug
in Storm.