[ https://issues.apache.org/jira/browse/KAFKA-2604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Guozhang Wang updated KAFKA-2604: --------------------------------- Resolution: Fixed Status: Resolved (was: Patch Available) Issue resolved by pull request 272 [https://github.com/apache/kafka/pull/272] > Remove `completeAll` and improve timeout passed to `Selector.poll` from > `NetworkClient.poll` > -------------------------------------------------------------------------------------------- > > Key: KAFKA-2604 > URL: https://issues.apache.org/jira/browse/KAFKA-2604 > Project: Kafka > Issue Type: Sub-task > Components: consumer > Reporter: Ismael Juma > Assignee: Ismael Juma > Fix For: 0.9.0.0 > > > Now that KAFKA-2120 has been merged, we can improve a few things: > 1. Remove `NetworkClient.completeAll` > 2. Call `Selector.poll` with a timeout that is the minimum of timeout, > metadata timeout and request timeout > 3. Disallow `Selector.poll(-1)` as it's not used and not something that we > want generally (and one can always use `Selector.poll(Integer.MAX_VALUE)` if > one really wants it -- This message was sent by Atlassian JIRA (v6.3.4#6332)