You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Parth Brahmbhatt (JIRA)" <ji...@apache.org> on 2014/12/02 20:57:12 UTC

[jira] [Commented] (KAFKA-1788) producer record can stay in RecordAccumulator forever if leader is no available

    [ https://issues.apache.org/jira/browse/KAFKA-1788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14232054#comment-14232054 ] 

Parth Brahmbhatt commented on KAFKA-1788:
-----------------------------------------

If noone else has a plan to work on this, I would like to pick this one up to get familiarize with code base.

> producer record can stay in RecordAccumulator forever if leader is no available
> -------------------------------------------------------------------------------
>
>                 Key: KAFKA-1788
>                 URL: https://issues.apache.org/jira/browse/KAFKA-1788
>             Project: Kafka
>          Issue Type: Bug
>          Components: core, producer 
>    Affects Versions: 0.8.2
>            Reporter: Jun Rao
>            Assignee: Jun Rao
>              Labels: newbie++
>             Fix For: 0.8.3
>
>
> In the new producer, when a partition has no leader for a long time (e.g., all replicas are down), the records for that partition will stay in the RecordAccumulator until the leader is available. This may cause the bufferpool to be full and the callback for the produced message to block for a long time.



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