[ 
https://issues.apache.org/jira/browse/KAFKA-3983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ryan P updated KAFKA-3983:
--------------------------
    Description: 
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) 



  was:
Currently Acceptors log the following message prior to registering passing the 
accepted channel to a processor. 

"Accepted connection from %s on %s, registered wtih [%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) 




> 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)

Reply via email to