mehakmeet opened a new pull request, #4331:
URL: https://github.com/apache/hadoop/pull/4331

   ### Description of PR
   ABFS rename fails intermittently when the Storage-blob tracking metadata is 
in an incomplete state, to mitigate this issue, we can do a HEAD call on the 
source file and then retry the rename op.
   
   ### How was this patch tested?
   Region : us-west-2
   `mvn -Dparallel-tests=abfs -DtestsThreadCount=8 -Dscale clean verify`
   ```
   [INFO] Results:
   [INFO] 
   [WARNING] Tests run: 106, Failures: 0, Errors: 0, Skipped: 2
   ```
   ```
   [INFO] Results:
   [INFO] 
   [WARNING] Tests run: 567, Failures: 0, Errors: 0, Skipped: 75
   ```
   [ERROR] Failures: 
   [ERROR]   
ITestAbfsReadWriteAndSeek.testReadAndWriteWithDifferentBufferSizesAndSeek:69->testReadWriteAndSeek:101
 [Retry was required due to issue on server side] expected:<[0]> but was:<[1]>
   [INFO] 
   [ERROR] Tests run: 332, Failures: 1, Errors: 0, Skipped: 41
   ```
   
   The error seems unrelated to the patch, more of "server-side" issue in a 
paramter(biggest size) of a parameterised test.
   
   
   ### For code changes:
   
   - [X] Does the title or this PR starts with the corresponding JIRA issue id 
(e.g. 'HADOOP-17799. Your PR title ...')?
   - [X] Object storage: have the integration tests been executed and the 
endpoint declared according to the connector-specific documentation?
   - [X] If adding new dependencies to the code, are these dependencies 
licensed in a way that is compatible for inclusion under [ASF 
2.0](http://www.apache.org/legal/resolved.html#category-a)?
   - [X] If applicable, have you updated the `LICENSE`, `LICENSE-binary`, 
`NOTICE-binary` files?
   
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to