[
https://issues.apache.org/jira/browse/KAFKA-5080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-5080.
------------------------------
Resolution: Fixed
ProducerBounceTest is removed as part of old consumer changes.
> 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
> Priority: Major
>
> 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
(v7.6.3#76005)