Re: What happens on a batch timeout?

2014-09-25 Thread Mayur Rustagi
ooper [mailto:simon.coo...@featurespace.co.uk] > *Sent:* 19 August 2014 16:10 > *To:* user@storm.incubator.apache.org > *Subject:* RE: What happens on a batch timeout? > > > > BTW, I’m referring to trident batches. > > > > *From:* Simon Cooper [mailto:simon.coo...@f

RE: What happens on a batch timeout?

2014-09-25 Thread Simon Cooper
Cooper [mailto:simon.coo...@featurespace.co.uk] Sent: 19 August 2014 16:10 To: user@storm.incubator.apache.org Subject: RE: What happens on a batch timeout? BTW, I'm referring to trident batches. From: Simon Cooper [mailto:simon.coo...@featurespace.co.uk] Sent: 19 August 2014 15:49 To: u

RE: What happens on a batch timeout?

2014-08-19 Thread Simon Cooper
BTW, I'm referring to trident batches. From: Simon Cooper [mailto:simon.coo...@featurespace.co.uk] Sent: 19 August 2014 15:49 To: user@storm.incubator.apache.org Subject: What happens on a batch timeout? When a batch times out, what happens to all the current in-flight tuples when the bat

What happens on a batch timeout?

2014-08-19 Thread Simon Cooper
When a batch times out, what happens to all the current in-flight tuples when the batch is replayed? Are they removed from the executor queues, or are they left in the queues, so they might be received by the executor as part of the replayed batch/next batch, if the executor is running behind?