TSFenwick commented on PR #14776:
URL: https://github.com/apache/druid/pull/14776#issuecomment-1670544109

   @maytasm For `AmazonServiceException` I believe are more global things. i 
was able to trigger it in my testing by using an incorrect aws apikey. i see in 
https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#ErrorCodeList
 we could get a 500 error which is something that could be argued to be 
retryable or a 503, where we would want to retry, but make sure we back off 
correctly.
   
   for 2) aws returns a string version of the http code in the list of failed 
deletes. so we could make a list of reasonable error codes for that to retry on.


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