Rajini Sivaram created KAFKA-7453: ------------------------------------- Summary: 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: 2.0.0, 1.1.1, 1.0.2, 0.11.0.3, 0.10.2.2 Reporter: Rajini Sivaram Assignee: Rajini Sivaram 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)