Re: How to increase supervisor slots in apache storm 0.9.2

2014-10-08 Thread Jan Sipke van der Veen
Hello Sridhar, I think adding that to your storm.yaml should suffice. Have you restarted the supervisor afterwards? How much memory does your machine have? Each slot is essentially a new Java virtual machine which takes up memory. Best regards, Jan Sipke van der Veen On Oct 8, 2014 8:56 AM

Re: Automatic throttling of spout

2014-10-07 Thread Jan Sipke van der Veen
e queue that the spout fetches data from is filled with plenty of data, so there is no throttling there. Best regards, Jan Sipke van der Veen On Tue, Sep 30, 2014 at 5:26 PM, Nathan Leung wrote: > if you set topology.max.spout.pending and use reliable tuples then the > spout will automatic

Automatic throttling of spout

2014-09-30 Thread Jan Sipke van der Veen
to a level that the bolt is able to keep up with. Is there some sort of automatic throttling of spouts that I'm not aware of? Best regards, Jan Sipke van der Veen