You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Jiangjie Qin (JIRA)" <ji...@apache.org> on 2015/06/16 23:33:01 UTC

[jira] [Resolved] (KAFKA-2277) New producer treats requests to a disconnected broker as acks=0.

     [ https://issues.apache.org/jira/browse/KAFKA-2277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jiangjie Qin resolved KAFKA-2277.
---------------------------------
    Resolution: Not A Problem

Never mind...

> New producer treats requests to a disconnected broker as acks=0.
> ----------------------------------------------------------------
>
>                 Key: KAFKA-2277
>                 URL: https://issues.apache.org/jira/browse/KAFKA-2277
>             Project: Kafka
>          Issue Type: Bug
>            Reporter: Jiangjie Qin
>            Assignee: Jiangjie Qin
>            Priority: Blocker
>
> What happened is as below:
> 1. When Selector detected a disconnected node. It adds the node to disconnected set. 
> 2. NetworkClient.handleDisconnections() will add a response with null body in to response list.
> 3. Sender.handleProduceResponse() treat empty response body as acks=0.
> Messages are completed without being sent out.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)