Re: Does Storm emit the failing constantly tuple unlimitedly ?

2014-10-27 Thread P. Taylor Goetz
As Nathan said, it is up to the spout. Most of the spouts I’ve worked on/with do not track the number of times a specific tuple fails. With failures due to timeouts, you probably don’t want to stop replaying them (it would lead to data loss by circumventing Storm’s guaranteed delivery capabili

Re: Does Storm emit the failing constantly tuple unlimitedly ?

2014-10-27 Thread Nathan Marz
It's up to the spout. On Mon, Oct 27, 2014 at 10:09 AM, Vladi Feigin wrote: > Hi, > > I know this scenario is a bit extreme but possible > If for some reason a tuple fails constantly , will Storm send it over > again and again ? > Is there some threshold to stop it ? > Thank you, > Vladi > --

Does Storm emit the failing constantly tuple unlimitedly ?

2014-10-27 Thread Vladi Feigin
Hi, I know this scenario is a bit extreme but possible If for some reason a tuple fails constantly , will Storm send it over again and again ? Is there some threshold to stop it ? Thank you, Vladi