Steve Loughran created HADOOP-11851:
---------------------------------------
Summary: s3n to swallow IOEs on inner stream close
Key: HADOOP-11851
URL: https://issues.apache.org/jira/browse/HADOOP-11851
Project: Hadoop Common
Issue Type: Improvement
Components: fs/s3
Affects Versions: 2.6.0
Reporter: Steve Loughran
Priority: Minor
We've seen a situation where some work was failing from (recurrent) connection
reset exceptions.
Irrespective of the root cause, these were surfacing not in the read
operations, but when the input stream was being closed -including during a
seek()
These exceptions could be caught & logged & warn, rather than trigger immediate
failures. It shouldn't matter to the next GET whether the last stream closed
prematurely, as long as the new one works
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)