Re: Does Storm keep sending tick tuples to bolts when a topology is deactivated?

2015-06-08 Thread 임정택
27;t > make it clear. > > Thanks, > > Dan > > PS: I also posted this as a StackOverflow question > <http://stackoverflow.com/questions/30538252/does-storm-keep-sending-tick-tuples-to-bolts-when-a-topology-is-deactivated>, > if you want to respond there. > > -- Name : 임 정

Re: Does Storm keep sending tick tuples to bolts when a topology is deactivated?

2015-06-08 Thread Chuanlei Ni
deactivate has been issued, while it is in the > waiting/inactive period? The topology lifecycle docs > <http://storm.apache.org/documentation/Lifecycle-of-a-topology.html> don't > make it clear. > > Thanks, > > Dan > > PS: I also posted this as a StackOverflow q

Does Storm keep sending tick tuples to bolts when a topology is deactivated?

2015-06-08 Thread Dan Blanchard
As part of the development of streamparse, we have a BatchingBolt that processes tuples in batches. It's intended for use with things like databases that are more performant when you send things in batches. I've recently proposed switching our BatchingBolt implementation over from using a time