RE: worker dies after view minutes

2015-08-17 Thread Eric Ruel
worker due to an error of unreasonable length but with the -Djute.maxbuffer, it works well De : Harsha Envoyé : 24 juillet 2015 22:11 À : user@storm.apache.org Objet : Re: worker dies after view minutes you can try increasing the supervisor.worker.timeout.secs

Re: worker dies after view minutes

2015-07-24 Thread Harsha
kes too much time to do the whole loop, or something like that? > > is there any values in storm.yaml I should modify to support that > number of threads? > > *De :* Eric Ruel *Envoyé :* 23 juillet > 2015 13:57 *À :* user@storm.apache.org *Objet :* RE: worker dies after > view

RE: worker dies after view minutes

2015-07-24 Thread Eric Ruel
whole loop, or something like that? is there any values in storm.yaml I should modify to support that number of threads? De : Eric Ruel Envoyé : 23 juillet 2015 13:57 À : user@storm.apache.org Objet : RE: worker dies after view minutes Originally, we had

RE: worker dies after view minutes

2015-07-23 Thread Eric Ruel
11:14 À : user@storm.apache.org Objet : Re: worker dies after view minutes Thanks for update Eric. Could you describe how did you find that maxTask too high causing this issue. We are trying to improve debugging of storm topologies , this will be helpful for us. Thanks, Harhsa On Thu, Jul 23, 2015, at

Re: worker dies after view minutes

2015-07-23 Thread Harsha
d by a maxTask too high > > > > *De :* Harsha *Envoyé :* 22 juillet 2015 10:56 *À :* > user@storm.apache.org *Objet :* Re: worker dies after view minutes > > how is your topology code looks like are you throwing any errors from > bolt's execute method?. It does lo

RE: worker dies after view minutes

2015-07-23 Thread Eric Ruel
finally the problem was caused by a maxTask too high De : Harsha Envoyé : 22 juillet 2015 10:56 À : user@storm.apache.org Objet : Re: worker dies after view minutes how is your topology code looks like are you throwing any errors from bolt's execute m

Re: worker dies after view minutes

2015-07-22 Thread Harsha
how is your topology code looks like are you throwing any errors from bolt's execute method?. It does look like there is a RuntimeException happening " *Error when processing event** * *java.lang.RuntimeException:* " Its up to the user to catch any exception and log or do something with instead of

RE: worker dies after view minutes

2015-07-22 Thread Eric Ruel
note: I use storm 0.9.4, and tried the trunk for 0.9.6 and still have the problem De : Eric Ruel Envoyé : 22 juillet 2015 10:43 À : user@storm.apache.org Objet : worker dies after view minutes Hello the workers in my topology dies after 1,2 minutes I tried

worker dies after view minutes

2015-07-22 Thread Eric Ruel
Hello the workers in my topology dies after 1,2 minutes I tried to change the config about the heartbeat, cluster or local mode, but they always die any idea? 10:38:38.019 ERROR backtype.storm.daemon.worker - Error when processing event java.lang.RuntimeException: org.apache.storm.zookee