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-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org

Reply via email to