Apurva Mehta created KAFKA-5080: ----------------------------------- Summary: Convert ProducerBounceTest to use the new KafkaConsumer Key: KAFKA-5080 URL: https://issues.apache.org/jira/browse/KAFKA-5080 Project: Kafka Issue Type: Sub-task Reporter: Apurva Mehta Assignee: Apurva Mehta
In KAFKA-5079, the `SocketTimeoutException` indicates that the consumer is stuck waiting for a response from a particular broker, even after the broker has been bounced. Since a given broker in that test always uses the same port is is possible that this is a symptom of a bug in the SimpleConsumer where it doesn't detect the bounce (and hence disconnect), causing it to time out. We should use the new consumer to rule out a client bug, or fix it if it also exists in the new consumer. -- This message was sent by Atlassian JIRA (v6.3.15#6346)