You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Mickael Maison (Jira)" <ji...@apache.org> on 2021/05/07 15:29:00 UTC

[jira] [Created] (KAFKA-12762) Use connection timeout when polling the network for new connections

Mickael Maison created KAFKA-12762:
--------------------------------------

             Summary: Use connection timeout when polling the network for new connections
                 Key: KAFKA-12762
                 URL: https://issues.apache.org/jira/browse/KAFKA-12762
             Project: Kafka
          Issue Type: Improvement
            Reporter: Mickael Maison


In some cases, when connecting to brokers, we end up calling selector.select() with the wrong timeout. Since 2.7, we should use a timeout computed from socket.connection.setup.timeout.ms to ensure we detect bad hosts quickly.
h4.  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)