[ 
https://issues.apache.org/jira/browse/HADOOP-17458?focusedWorklogId=600295&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-600295
 ]

ASF GitHub Bot logged work on HADOOP-17458:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 21/May/21 11:23
            Start Date: 21/May/21 11:23
    Worklog Time Spent: 10m 
      Work Description: 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:
us...@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 600295)
    Remaining Estimate: 0h
            Time Spent: 10m

> S3A to treat "SdkClientException: Data read has a different length than the 
> expected" as EOFException
> -----------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-17458
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17458
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/s3
>    Affects Versions: 3.4.0
>            Reporter: Steve Loughran
>            Priority: Minor
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> A test run with network problems caught exceptions 
> "com.amazonaws.SdkClientException: Data read has a different length than the 
> expected:", which then escalated to failure.
> these should be recoverable if they are recognised as such. 
> translateException could do this. Yes, it would have to look @ the text, but 
> as {{signifiesConnectionBroken()}} already does that for "Failed to sanitize 
> XML document destined for handler class", it'd just be adding a new text 
> string to look for.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to