jihoonson commented on issue #10289: URL: https://github.com/apache/druid/issues/10289#issuecomment-675776779
Hi @aewhite, Druid already has a [retry logic in reading from S3](https://github.com/apache/druid/blob/master/extensions-core/s3-extensions/src/main/java/org/apache/druid/storage/s3/S3Utils.java#L68-L83), but this error is missing there. I guess we could backoff and retry on this error too. ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
