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

[jira] [Commented] (KAFKA-2306) New producer should emit metrics for buffer exhaustion

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

Dong Lin commented on KAFKA-2306:
---------------------------------

Updated reviewboard https://reviews.apache.org/r/36034/diff/
 against branch origin/trunk

> New producer should emit metrics for buffer exhaustion
> ------------------------------------------------------
>
>                 Key: KAFKA-2306
>                 URL: https://issues.apache.org/jira/browse/KAFKA-2306
>             Project: Kafka
>          Issue Type: Bug
>            Reporter: Dong Lin
>            Assignee: Dong Lin
>             Fix For: 0.8.3
>
>         Attachments: KAFKA-2306.patch, KAFKA-2306_2015-07-06_14:54:01.patch
>
>
> In the old producer we have droppedMessageRate that allows user to monitor the number of messages dropped when buffer is full and block on buffer full is set to false. This metric is useful in operation. However, in the new producer we don't have this a metric.
> The "errors" sensor in new-producers measures per-record error that is not limited to those caused by BufferExhaustedException. Thus it is not good enough.



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