hadoop/hadoop-tools/hadoop-aws
yzhangal ceea43115b
HADOOP-16767 Handle non-IO exceptions in reopen() (#2685)
Contributed by Sergei Poganshev.

Catches Exception instead of IOException in closeStream() 
and so handle exceptions such as SdkClientException by 
aborting the wrapped stream. This will increase resilience
to failures, as any which occuring during stream closure
will be caught. Furthermore, because the
underlying HTTP connection is aborted, rather than closed,
it will not be recycled to cause problems on subsequent
operations.
2021-02-08 16:03:43 +00:00
..
dev-support HADOOP-13345 S3Guard: Improved Consistency for S3A. 2017-09-29 11:29:22 +01:00
src HADOOP-16767 Handle non-IO exceptions in reopen() (#2685) 2021-02-08 16:03:43 +00:00
pom.xml Preparing for 2.10.2 development 2020-09-13 14:33:36 +09:00