Re: logging 'failed' tuples in mastercoord-bg0

2014-05-28 Thread P. Taylor Goetz
Silent replays are usually a sign of batches timing out. By default storm uses a timeout value of thirty seconds. Try upping that value and setting TOPOLOGY_SPOUT_MAX_PENDING to a very low value like 1. In trident that controls how many batches can be in-flight at a time. -Taylor On May 28,

Re: logging 'failed' tuples in mastercoord-bg0

2014-05-28 Thread Raphael Hsieh
thanks for your help Taylor, Do you think you could point me to some documentation on where I can set those values in Storm Trident? I can't seem to find anything or figure that out. Thanks On Wed, May 28, 2014 at 2:58 PM, P. Taylor Goetz ptgo...@gmail.com wrote: Silent replays are usually a