[ https://issues.apache.org/jira/browse/KAFKA-6898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16490189#comment-16490189 ]
huxihx edited comment on KAFKA-6898 at 5/25/18 3:58 AM: -------------------------------------------------------- Could you check if the Sender thread which is prefixed with `kafka-producer-network-thread-` is still alive in the background? Besides, did you employ a same producer instance across multiple threads? was (Author: huxi_2b): Could you check if the Sender thread which should be prefixed with `kafka-producer-network-thread-` is still alive in the background? Besides, did you employ a same producer instance across multiple threads? > org.apache.kafka.common.errors.TimeoutException > ----------------------------------------------- > > Key: KAFKA-6898 > URL: https://issues.apache.org/jira/browse/KAFKA-6898 > Project: Kafka > Issue Type: Bug > Affects Versions: 0.10.2.0 > Environment: Production > Reporter: Rishi > Priority: Major > > Getting errorĀ > {code:java} > org.apache.kafka.common.errors.TimeoutException Failed to allocate memory > within the configured max blocking time 59927 ms.{code} > while publishing events to Kafka. We are using Kafka Java client 0.10.2.0 > with Kafka 0.10.1.0 broker. > This issue does not happen always but after certain time of applications > running in service, it starts happening and applications never recover from > this state until the producer instance is restarted. > The configuration of producer and on Kafka broker is default and hasn't been > changed. What should be the course of action for this issue. -- This message was sent by Atlassian JIRA (v7.6.3#76005)