You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by cotedm <gi...@git.apache.org> on 2016/09/06 19:18:29 UTC

[GitHub] kafka pull request #1829: KAFKA-4134: log ConnectException at WARN

GitHub user cotedm opened a pull request:

    https://github.com/apache/kafka/pull/1829

    KAFKA-4134: log ConnectException at WARN

    Simply log the connection refused instance.  If we're worried about spamming users, I can add a flag to make sure we only log this exception once, but the initial change is to simply log what we're given.  @ijuma looks like you were last to touch this code, would you mind having a look?

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cotedm/kafka connectexceptiondebug

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/1829.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 #1829
    
----
commit 4ad69909b71db6b8f28b8879bfc508e86b124af8
Author: Dustin Cote <du...@confluent.io>
Date:   2016-09-06T19:15:53Z

    log ConnectException at WARN

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---