Kafka Producer Send Error Rate High when one of the nodes is down in the cluster

2021-04-08 Thread Dhruv Patel
Hi, We are facing an issue where we are seeing high producer send error rates when one of the nodes in the cluster is down for maintenance. We see a lot of exceptions related to java nio libraries server when this happens. Any idea what could be causing this? We use min.isr=2 and use at least

Re: Producer Send error

2013-03-02 Thread Jun Rao
The error indicates that somehow there is a topic with 0 partition created. Not sure how this happened. Is this reproducible? Thanks, Jun On Thu, Feb 28, 2013 at 4:53 PM, zayeem wrote: > When trying to create a topic and sending a test payload results in the > following error message. > > ERRO

Re: Producer Send error

2013-02-28 Thread zayeem
This is on 0.8. Zayeem On Thu, Feb 28, 2013 at 10:44 PM, Neha Narkhede wrote: > Do you see this error on Kafka 0.7.2 or 0.8 ? I think this error message is > very unclear, filed https://issues.apache.org/jira/browse/KAFKA-778 to fix > it. > > Thanks, > Neha > > > On Thu, Feb 28, 2013 at 4:53 PM

Re: Producer Send error

2013-02-28 Thread Neha Narkhede
Do you see this error on Kafka 0.7.2 or 0.8 ? I think this error message is very unclear, filed https://issues.apache.org/jira/browse/KAFKA-778 to fix it. Thanks, Neha On Thu, Feb 28, 2013 at 4:53 PM, zayeem wrote: > When trying to create a topic and sending a test payload results in the > fol