Re: How to debug - NETWORK_EXCEPTION

2017-08-31 Thread Raghav
Kafka Brokers only. Clients were Java client that used the same client version as the broker. On Thu, Aug 31, 2017 at 5:43 AM, Saravanan Tirugnanum wrote: > Thank you Raghav. Was it like you upgraded Kafka Broker or Clients or both. > > Regards > Saravanan > > On Wednesday,

Re: How to debug - NETWORK_EXCEPTION

2017-08-31 Thread Saravanan Tirugnanum
Thank you Raghav. Was it like you upgraded Kafka Broker or Clients or both. Regards Saravanan On Wednesday, August 30, 2017 at 6:31:34 PM UTC-5, Raghav wrote: > > I was never able to debug this exception. I, unfortunately, moved to > Apache Kafka 10.2.1 from Confluent 3.2.1 and this issue went

Re: How to debug - NETWORK_EXCEPTION

2017-08-30 Thread Raghav
I was never able to debug this exception. I, unfortunately, moved to Apache Kafka 10.2.1 from Confluent 3.2.1 and this issue went away. On Wed, Aug 30, 2017 at 11:46 AM, Saravanan Tirugnanum wrote: > Hi > > Were you able to figure out this issue? Any clue ? > > Regards >

Re: How to debug - NETWORK_EXCEPTION

2017-08-30 Thread Saravanan Tirugnanum
Hi Were you able to figure out this issue? Any clue ? Regards Saravanan On Wednesday, August 9, 2017 at 11:51:19 PM UTC-5, Raghav wrote: > > Hi > > I am sending very small 32 byte message to Kafka broker in a tight loop > with 250ms sleep. I have one broker, 1 partition, and replication

Re: How to debug - NETWORK_EXCEPTION

2017-08-12 Thread Raghav
wrote: > > > > From: Raghav <raghavas...@gmail.com> > Sent: Thursday, August 10, 2017 12:51 AM > To: Users; confluent-platf...@googlegroups.com > Subject: How to debug - NETWORK_EXCEPTION > > Hi > > I am sending very small 32 byte message to Kafka broker i

Re: How to debug - NETWORK_EXCEPTION

2017-08-12 Thread Martin Gainty
From: Raghav <raghavas...@gmail.com> Sent: Thursday, August 10, 2017 12:51 AM To: Users; confluent-platf...@googlegroups.com Subject: How to debug - NETWORK_EXCEPTION Hi I am sending very small 32 byte message to Kafka broker in a tight loop with 250ms sl

How to debug - NETWORK_EXCEPTION

2017-08-09 Thread Raghav
Hi I am sending very small 32 byte message to Kafka broker in a tight loop with 250ms sleep. I have one broker, 1 partition, and replication factor = 1. After about 4200 messages, I get *following *error pasted below. How can I debug this error ? Can you please throw some ideas for me to debug