You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/08/21 12:52:56 UTC

[GitHub] [druid] aewhite commented on issue #10289: S3 extensions does not retry on 503 slow down responses

aewhite commented on issue #10289:
URL: https://github.com/apache/druid/issues/10289#issuecomment-678274491


   @jihoonson I would personally use the built in [RetryPolicy](https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/retry/RetryPolicy.html) and configure it directly in the [ClientConfiguration](https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/ClientConfiguration.html). But yes, I believe 503 backoff should trigger a retry of some form. I'm not super familiar with the Druid code base yet so I give this advice rather naively.  


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org