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)