[ https://issues.apache.org/jira/browse/KAFKA-3385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15212961#comment-15212961 ]
ASF GitHub Bot commented on KAFKA-3385: --------------------------------------- GitHub user oscerd opened a pull request: https://github.com/apache/kafka/pull/1144 KAFKA-3385: Need to log "Rejected connection" as WARNING message Hi all, This PR is related to: https://issues.apache.org/jira/browse/KAFKA-3385 Thanks, Andrea You can merge this pull request into a Git repository by running: $ git pull https://github.com/oscerd/kafka KAFKA-3385 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1144.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 #1144 ---- commit 400bbc56c13b3a1f3575545abf20de06e2f1df1c Author: Andrea Cosentino <anco...@gmail.com> Date: 2016-03-26T11:04:08Z KAFKA-3385: Need to log "Rejected connection" as WARNING message ---- > Need to log "Rejected connection" as WARNING message > ---------------------------------------------------- > > Key: KAFKA-3385 > URL: https://issues.apache.org/jira/browse/KAFKA-3385 > Project: Kafka > Issue Type: Improvement > Reporter: Xiaomin Zhang > Assignee: Andrea Cosentino > Priority: Minor > > We may found below INFO messages in the log due to inappropriate > configuration: > INFO kafka.network. Acceptor: Rejected connection from /XXXX, address already > has the configured maximum of 10 connections. > It will make more sense for Kafka to report above message as "WARN", not just > "INFO", as it truly indicates something need to check against. -- This message was sent by Atlassian JIRA (v6.3.4#6332)