[jira] [Created] (KAFKA-16201) Kafka exception - org.apache.kafka.common.errors.NotLeaderOrFollowerException

2024-01-29 Thread Yogesh (Jira)
Yogesh created KAFKA-16201: -- Summary: Kafka exception - org.apache.kafka.common.errors.NotLeaderOrFollowerException Key: KAFKA-16201 URL: https://issues.apache.org/jira/browse/KAFKA-16201 Project: Kafka

Re: Kafka exception

2017-02-20 Thread Yuanjia
nCommand in the queue. Is there any exception information when calling the method ConsumerIterator.makeNext()? Yuanjia Li From: 揣立武 Date: 2017-02-16 14:29 To: dev CC: users; 陈希; 涂扬 Subject: Kafka exception Hi,all! Our program uses the high level consumer api(the version is 0.8.x). Someti

Kafka exception

2017-02-15 Thread 揣立武
Hi,all! Our program uses the high level consumer api(the version is 0.8.x). Sometimes the program will throw an exception in the 42th row in kafka.utils.IteratorTemplate class,the content is "throw new IllegalStateException("Expected item but none found.")". I think it is a race condition pro