bogthe opened a new pull request #3040: URL: https://github.com/apache/hadoop/pull/3040
[HADOOP-17458](https://issues.apache.org/jira/browse/HADOOP-17458) Some network exceptions would cause `SdkClientException` to fail with a `Data read has a different length than the expected` message. These should be recoverable. - Modifying `translateException` to recover from the above exception; Tested with `eu-west-1` and `mvn -Dparallel-tests -DtestsThreadCount=32 clean verify` ``` [INFO] Results: [INFO] [WARNING] Tests run: 151, Failures: 0, Errors: 0, Skipped: 87 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
