You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Shikhar Bhushan (JIRA)" <ji...@apache.org> on 2016/11/03 20:07:58 UTC

[jira] [Resolved] (KAFKA-4356) o.a.k.common.utils.SystemTime.sleep() swallows InterruptedException

     [ https://issues.apache.org/jira/browse/KAFKA-4356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shikhar Bhushan resolved KAFKA-4356.
------------------------------------
    Resolution: Duplicate

> o.a.k.common.utils.SystemTime.sleep() swallows InterruptedException
> -------------------------------------------------------------------
>
>                 Key: KAFKA-4356
>                 URL: https://issues.apache.org/jira/browse/KAFKA-4356
>             Project: Kafka
>          Issue Type: Bug
>            Reporter: Shikhar Bhushan
>            Priority: Minor
>
> {{org.apache.kafka.common.utils.SystemTime.sleep()}} catches and ignores {{InterruptedException}}. When doing so normally the interruption state should still be restored with {{Thread.currentThread().interrupt()}}.



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