[ https://issues.apache.org/jira/browse/KAFKA-3122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15107701#comment-15107701 ]
ASF GitHub Bot commented on KAFKA-3122: --------------------------------------- GitHub user ijuma opened a pull request: https://github.com/apache/kafka/pull/791 KAFKA-3122; Fix memory leak in `Sender` on TOPIC_AUTHORIZATION_FAILED Also fix missing call to `sensors.record` on this error. You can merge this pull request into a Git repository by running: $ git pull https://github.com/ijuma/kafka fix-producer-memory-leak-on-authorization-exception Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/791.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 #791 ---- commit 9d6c451995ae5b50bec7f3841778840977e4d3b5 Author: Ismael Juma <ism...@juma.me.uk> Date: 2016-01-19T23:54:46Z Fix memory leak in `Sender` on TOPIC_AUTHORIZATION_FAILED Also fix missing call to `sensors.record` on this error. ---- > Memory leak in `Sender.completeBatch` on TOPIC_AUTHORIZATION_FAILED > ------------------------------------------------------------------- > > Key: KAFKA-3122 > URL: https://issues.apache.org/jira/browse/KAFKA-3122 > Project: Kafka > Issue Type: Bug > Components: clients > Affects Versions: 0.9.0.0 > Reporter: Ismael Juma > Assignee: Ismael Juma > -- This message was sent by Atlassian JIRA (v6.3.4#6332)