Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
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