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.
