[ https://issues.apache.org/jira/browse/KAFKA-2515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14964358#comment-14964358 ]
ASF GitHub Bot commented on KAFKA-2515: --------------------------------------- GitHub user guozhangwang opened a pull request: https://github.com/apache/kafka/pull/332 HOTFIX: check logic of KAFKA-2515 should be on buffer.limit() You can merge this pull request into a Git repository by running: $ git pull https://github.com/guozhangwang/kafka K2515-hotfix Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/332.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #332 ---- commit 76c4bde6e3e7c0d8e816f5d4393d231a91f34185 Author: Guozhang Wang <wangg...@gmail.com> Date: 2015-10-20T01:27:38Z KAFKA-2515.hf ---- > handle oversized messages properly in new consumer > -------------------------------------------------- > > Key: KAFKA-2515 > URL: https://issues.apache.org/jira/browse/KAFKA-2515 > Project: Kafka > Issue Type: Sub-task > Components: clients > Reporter: Jun Rao > Assignee: Guozhang Wang > Priority: Blocker > Fix For: 0.9.0.0 > > > When there is an oversized message in the broker, it seems that the new > consumer just silently gets stuck. We should at least log an error when this > happens. -- This message was sent by Atlassian JIRA (v6.3.4#6332)