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 "Siddharth Seth (JIRA)" <ji...@apache.org> on 2016/05/27 18:34:12 UTC

[jira] [Created] (HDFS-10468) HDFS read ends up ignoring InterruptedException

Siddharth Seth created HDFS-10468:
-------------------------------------

             Summary: HDFS read ends up ignoring InterruptedException
                 Key: HDFS-10468
                 URL: https://issues.apache.org/jira/browse/HDFS-10468
             Project: Hadoop HDFS
          Issue Type: Bug
            Reporter: Siddharth Seth


If an interrupt comes in during an HDFS read - it looks like HDFS ends up ignoring it (handling it), and retries the read after an interval.

An interrupt should result in the read being cancelled, with an InterruptedException being thrown.

Similarly - if an HDFS op is started with the interrupt status on the thread set, an InterruptedException should be thrown.

cc [~jingzhao]



--
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