[ https://issues.apache.org/jira/browse/KAFKA-4098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15446753#comment-15446753 ]
ASF GitHub Bot commented on KAFKA-4098: --------------------------------------- GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/1798 KAFKA-4098: NetworkClient should not intercept user metdata requests on disconnect You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka KAFKA-4098 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1798.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 #1798 ---- commit b94352753090617ff1992769328e484bfbf69407 Author: Jason Gustafson <ja...@confluent.io> Date: 2016-08-29T18:55:58Z KAFKA-4098: NetworkClient should not intercept user metdata requests on disconnect ---- > NetworkClient should not intercept all metadata requests on disconnect > ----------------------------------------------------------------------- > > Key: KAFKA-4098 > URL: https://issues.apache.org/jira/browse/KAFKA-4098 > Project: Kafka > Issue Type: Bug > Reporter: Jason Gustafson > Assignee: Jason Gustafson > > It looks like we're missing a check in > {{DefaultMetadataUpdater.maybeHandleDisconnecttion}} that the request was > initiated by {{NetworkClient}}. We should do the same thing we do in > {{maybeHandleCompletedReceive}}. -- This message was sent by Atlassian JIRA (v6.3.4#6332)