You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Rajini Sivaram (JIRA)" <ji...@apache.org> on 2018/09/29 09:08:00 UTC

[jira] [Resolved] (KAFKA-7453) Enable idle expiry of connections which are never selected

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

Rajini Sivaram resolved KAFKA-7453.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 2.0.1
                   1.1.2

> 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: 1.1.2, 2.0.1, 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)