kou opened a new pull request, #44450:
URL: https://github.com/apache/arrow/pull/44450

   ### Rationale for this change
   
   Artifactory sometimes reports the following 503 HTTP error:
   
   ```text
   BinaryTask::ArtifactoryClient::Error: failed to request: 
https://apache.jfrog.io/artifactory/arrow/debian-rc/pool/bookworm/main/a/apache-arrow/libparquet-glib1800_18.0.0-1_arm64.deb:
 PUT:  503
   {
     "errors" : [ {
       "status" : 503,
       "message" : "503 : Failed during addStream to bucket"
     } ]
   }
   ```
   
   It seems that this is a temporary error. So we can retry on this type error 
for stable upload.
   
   ### What changes are included in this PR?
   
   Retry on HTTP error.
   
   ### Are these changes tested?
   
   Yes.
   
   ### Are there any user-facing changes?
   
   No.


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

Reply via email to