Colin P. McCabe created KAFKA-6368: -------------------------------------- Summary: AdminClient should contact multiple nodes before timing out a call Key: KAFKA-6368 URL: https://issues.apache.org/jira/browse/KAFKA-6368 Project: Kafka Issue Type: Bug Components: admin Affects Versions: 0.10.1.0 Reporter: Colin P. McCabe Assignee: Colin P. McCabe
The AdminClient should contact multiple nodes before timing out a call. Right now, we could use up our entire call timeout just waiting for one very slow node to respond. We probably need to decouple the call timeout from the NetworkClient request timeout. -- This message was sent by Atlassian JIRA (v6.4.14#64029)