Re: Connection reset by peer Error in Kafka server.log

2013-10-31 Thread Neha Narkhede
Hmm, I would suspect GC to give a Connection timeout instead of Connection reset, but I could be wrong. On Thu, Oct 31, 2013 at 9:42 PM, Banerjee, Aparup wrote: > That was my initial hunch, but consumer logs are clean. Could it be some > GC stuff on consumer? > > Thanks, > Aparup > > > On Oct 31

Re: Connection reset by peer Error in Kafka server.log

2013-10-31 Thread Banerjee, Aparup
That was my initial hunch, but consumer logs are clean. Could it be some GC stuff on consumer? Thanks, Aparup > On Oct 31, 2013, at 9:36 PM, "Neha Narkhede" wrote: > > Is the consumer being shutdown or interrupted? Do you see any relevant > errors in your consumer's logs? > > Thanks, > Neha >

Re: Connection reset by peer Error in Kafka server.log

2013-10-31 Thread Neha Narkhede
Is the consumer being shutdown or interrupted? Do you see any relevant errors in your consumer's logs? Thanks, Neha On Thu, Oct 31, 2013 at 9:31 PM, Banerjee, Aparup wrote: > No I am not using a LB. Infact I keep getting the same error even if my > Kafka server and consumer are on same box. The

Re: Connection reset by peer Error in Kafka server.log

2013-10-31 Thread Banerjee, Aparup
No I am not using a LB. Infact I keep getting the same error even if my Kafka server and consumer are on same box. The client here is consumer btw. Aparup > On Oct 31, 2013, at 9:28 PM, "Jun Rao" wrote: > > That typically means the client closed the socket in the middle of a > request. Are you

Re: Connection reset by peer Error in Kafka server.log

2013-10-31 Thread Jun Rao
That typically means the client closed the socket in the middle of a request. Are you using hardware load balancer? Thanks, Jun On Wed, Oct 30, 2013 at 9:03 PM, Banerjee, Aparup wrote: > Hi, > > I keep getting this error in Kafka server.log. I don't see anything in my > producer or consumer lo

Connection reset by peer Error in Kafka server.log

2013-10-30 Thread Banerjee, Aparup
Hi, I keep getting this error in Kafka server.log. I don't see anything in my producer or consumer log. Any idea what can be going on here? Aparup 2013-10-31 02:37:13,917] INFO Closing socket connection to /x.x.x.x. (kafka.network.Processor) [2013-10-31 02:37:21,645] INFO Closing socket connec