[ 
https://issues.apache.org/jira/browse/KAFKA-2816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15001768#comment-15001768
 ] 

Dong Lin commented on KAFKA-2816:
---------------------------------

I just checked the code. poll(timeout) calls select(timeout), which in turn 
calls nioSelector.select(). And nioSelector.select() will throw IOException. 
Therefore select.pol() will still throw IOException, right?

> selector.poll() no longer throws IOException
> --------------------------------------------
>
>                 Key: KAFKA-2816
>                 URL: https://issues.apache.org/jira/browse/KAFKA-2816
>             Project: Kafka
>          Issue Type: Improvement
>            Reporter: Jun Rao
>             Fix For: 0.9.1.0
>
>
> We can remove the IOException from the signature of Selectable.poll().



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to