mapleFU commented on issue #37260: URL: https://github.com/apache/arrow/issues/37260#issuecomment-1708671728
@thvasilo I was busy in previous days, sorry for late reply. > would expect a HeadObject operation to only fail when the file does not exist, which is not the case here. When you start to implement the framework on network, there must be some network error. You can config some network retry strategy to specify the retry policies. > AWS Error UNKNOWN (HTTP status 503) during HeadObject operation https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/http-503-service-unavailable.html Seems this might means error or config error in S3 or your client. I think it's better to retry that. -- 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]
