Re: How to debug spout failures

2016-09-11 Thread Ravi Sharma
Your tuple may be timing out, try increasing tuple timeout and also check ur setting of max pending tuple, you may not want unlimited tuple going through ur pipeline. Ravi. On 11 Sep 2016 7:09 p.m., "pradeep s" wrote: Hi, I have a storm topology running in storm 1.0.0 in AWS with one spout whi

How to debug spout failures

2016-09-11 Thread pradeep s
Hi, I have a storm topology running in storm 1.0.0 in AWS with one spout which is reading messages from AWS SQS , then sends to a database insert bolt. The same tuple is emitted from database bolt to a S3 write bolt. Final bolt in the topo is a SQS message deletion action. All these are working fi