Hey all

Just curious as to why InterruptedException is leaking up through the new .20 apis. Namely TaskInputOutputContext, RecordWriter, and RecordReader.

It feels as if it could be wrapped inside a IOException without losing anything as all the methods I see this on are IO related. And there doesn't seem to be any special handling for this exception upstream, but I might be missing it.

Actually, after a quick perusal, I don't see where it is actually being thrown from.

comments?

ckw

--
Chris K Wensel
[email protected]
http://www.concurrentinc.com

Reply via email to