Description
Stack overflow issue complaining about ConnectionClosedException during S3AInputStream close(), seems triggered by an EOF exception in abort. That is: we are trying to close the stream and it is failing because the stream is closed. oops.
Looking @ the stack, we aren't translating AWS exceptions in abort() to IOEs, which may be a factor.
Attachments
Issue Links
- duplicates
-
HADOOP-17338 Intermittent S3AInputStream failures: Premature end of Content-Length delimited message body etc
- Resolved