Best practice for shutting down storm

2014-05-01 Thread P Ghosh
I have few topologies running. The spout puts the ID of the object it is emitting into an WIP list in REDIS. When the spout gets the ack or fail method called, it takes it out of the WIP list. The environment and application are undergoing lot of changes.. and as a result I'm required to

Re: Best practice for shutting down storm

2014-05-01 Thread Nathan Leung
Hi Prasun, Acks and fails should continue to be handled. For step 2 I would consider adding a timeout just in case. -Nathan On Thu, May 1, 2014 at 3:36 PM, Prasun Ghosh prasun_gh...@apple.com wrote: Thanks Nathan, So, my shutdown script should be 1. Deactivate the topology 2. Wait for