Re: Memory Channel Error on Load Testing

2013-10-23 Thread Deepak Subhramanian
Thanks Roshan. I increased the heapsize and it worked fine. On Fri, Oct 18, 2013 at 11:55 PM, Roshan Naik wrote: > the error indicates that source is pumping in data faster than the sink is > draining the memory channel. causing the channel to fill up. it does not > appear to be a MemCh issue. >

Re: Memory Channel Error on Load Testing

2013-10-18 Thread Roshan Naik
the error indicates that source is pumping in data faster than the sink is draining the memory channel. causing the channel to fill up. it does not appear to be a MemCh issue. On Fri, Oct 18, 2013 at 8:47 AM, Deepak Subhramanian < deepak.subhraman...@gmail.com> wrote: > Hi > I am getting error w

Memory Channel Error on Load Testing

2013-10-18 Thread Deepak Subhramanian
Hi I am getting error while load testing a flume agent with HTTSrc and Avro Sink. Is there an optimum configuration for memory channel for get flume working on high load. Thanks in advance for any inputs. tier1.sources = httpsrc1 tier1.channels = c1 c2 tier1.sinks= avrosink1 tier1.source