[ https://issues.apache.org/jira/browse/KAFKA-3983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15388519#comment-15388519 ]
ASF GitHub Bot commented on KAFKA-3983: --------------------------------------- GitHub user rnpridgeon opened a pull request: https://github.com/apache/kafka/pull/1648 KAFKA-3983 - Add additional information to debug Add additional information to Acceptor debug message upon connection acceptance You can merge this pull request into a Git repository by running: $ git pull https://github.com/rnpridgeon/kafka trunk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1648.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 #1648 ---- commit 59077eff1e26eb6bae590188d9d1d6fa1166cfe9 Author: rnpridgeon <ryan.n.pridg...@gmail.com> Date: 2016-07-21T22:09:47Z KAFKA-3983 - Add additional information to debug logging to aid in debugging efforts ---- > It would be helpful if SocketServer's Acceptors logged both the SocketChannel > port and the processor ID upon registra > --------------------------------------------------------------------------------------------------------------------- > > Key: KAFKA-3983 > URL: https://issues.apache.org/jira/browse/KAFKA-3983 > Project: Kafka > Issue Type: Bug > Components: core > Reporter: Ryan P > Assignee: Ryan P > Priority: Minor > Fix For: 0.10.0.1 > > > Currently Acceptors log the following message prior to registering passing > the accepted channel to a processor. > "Accepted connection from %s on %s [%d] sendBufferSize [actual|requested]: > [%d|%d] recvBufferSize [actual|requested]: [%d|%d]" > It would be helpful to include the port number and the processor ID in this > message to aid in debugging efforts. Making it easier to track the amount of > time between acceptance and processing (connection configuration) -- This message was sent by Atlassian JIRA (v6.3.4#6332)