[ 
https://issues.apache.org/jira/browse/KAFKA-7453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16631932#comment-16631932
 ] 

ASF GitHub Bot commented on KAFKA-7453:
---------------------------------------

rajinisivaram opened a new pull request #5712: KAFKA-7453: Expire registered 
channels not selected within idle timeout
URL: https://github.com/apache/kafka/pull/5712
 
 
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Enable idle expiry of connections which are never selected
> ----------------------------------------------------------
>
>                 Key: KAFKA-7453
>                 URL: https://issues.apache.org/jira/browse/KAFKA-7453
>             Project: Kafka
>          Issue Type: Bug
>          Components: network
>    Affects Versions: 0.10.2.2, 0.11.0.3, 1.0.2, 1.1.1, 2.0.0
>            Reporter: Rajini Sivaram
>            Assignee: Rajini Sivaram
>            Priority: Major
>             Fix For: 2.1.0
>
>
> We add connections to Selector#channels when a connection is registered, but 
> we start idle expiry of connections only when the connection is first  
> selected. In some environments where the channel may never get selected, this 
> could leak memory and sockets.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to