steveloughran commented on issue #1246: HADOOP-16499. S3A retry policy to be 
exponential
URL: https://github.com/apache/hadoop/pull/1246#issuecomment-519653415
 
 
   one question for reviewers, what are the good initial values?
   
   with 500ms and 7 attempts, that's 64s of delay, with 32s being the final 
pause.
   with 1s and 6 attempts we'd go to the same values, with a larger gap in the 
initial operation.
   
   I don't want to massively expand the time to fail beyond 1m as this timeout 
also handles things like time to give up on network errors and we don't want to 
block for vast amounts of time there.

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


With regards,
Apache Git Services

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

Reply via email to