You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Jing Zhao (JIRA)" <ji...@apache.org> on 2016/06/08 21:46:20 UTC

[jira] [Created] (HDFS-10508) DFSInputStream should set thread's interrupt status after catching InterruptException from sleep

Jing Zhao created HDFS-10508:
--------------------------------

             Summary: DFSInputStream should set thread's interrupt status after catching InterruptException from sleep
                 Key: HDFS-10508
                 URL: https://issues.apache.org/jira/browse/HDFS-10508
             Project: Hadoop HDFS
          Issue Type: Bug
            Reporter: Jing Zhao
            Assignee: Jing Zhao


HDFS-10468 adds check for InterruptIOException/ClosedByInterruptException/InterruptException for the on-going read. For the interrupt from the sleep case, we should set the thread's interrupt status again so that the {{checkInterrupted}} method recognize it.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org