sreeb-msft opened a new pull request, #5488:
URL: https://github.com/apache/hadoop/pull/5488

   RenameFilePath on its first try receives a Request timed out error with code 
500. On retrying the same operation, a Source file not found (404) error is 
received. 
   
   Possible temporary mitigation: Check whether etags remain the same before 
and after the retry and accordingly send an Operation Successful result, 
instead of source file not found. For this, adding a check and an additional 
call to get the source eTag, in case it is not present already, to check after 
a rename retry whether the source and destination eTags match.


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