[ https://issues.apache.org/jira/browse/KAFKA-2936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jiangjie Qin resolved KAFKA-2936. --------------------------------- Resolution: Duplicate This issue has been fixed in KAFKA-2813. Close as duplicate. > Socket server selector can stuck on one send in tight loop. > ----------------------------------------------------------- > > Key: KAFKA-2936 > URL: https://issues.apache.org/jira/browse/KAFKA-2936 > Project: Kafka > Issue Type: Bug > Components: network > Affects Versions: 0.9.0.0 > Reporter: Jiangjie Qin > Assignee: Onur Karaman > Fix For: 0.9.0.1 > > > When broker was sending a FetchResponse it is possible that the data to be > sent back is truncated. In this case, a KafkaException will be thrown. This > exception is caught by processor and the selector will be sending the message > in a tight while loop. It will continue doing this until the socket is closed > by the client due to request timeout. > We should have a max retry for the response send. -- This message was sent by Atlassian JIRA (v6.3.4#6332)