[SPARK-45708][BUILD] Retry mvn deploy#43559
Conversation
|
@LuciferYang @HyukjinKwon the publish snapshot workflow keeps failing due to HTTP errors: https://github.com/apache/spark/actions/workflows/publish_snapshot.yml Please consider this fix. |
|
Will adding the |
Not sure, looks like wagon is an abstraction on top of HTTP, so under the hood HTTP might still experience |
|
@HyukjinKwon @LuciferYang this is still an issue: https://github.com/apache/spark/actions/runs/7294496840/job/19879448651 |
9b1f0cd to
2b06b8c
Compare
| <artifactId>maven-deploy-plugin</artifactId> | ||
| <version>3.1.1</version> | ||
| <configuration> | ||
| <retryFailedDeploymentCount>10</retryFailedDeploymentCount> |
There was a problem hiding this comment.
10 seems like a lot, why not start with like 3?
|
We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable. |
What changes were proposed in this pull request?
Retry uploading artifacts to the Apache repository as often as possible (default is
1).Why are the changes needed?
It is common to see
408 Request Timeoutand502 Proxy Errorwhen deploying artifacts to Apache snapshot repository:https://github.com/apache/spark/actions/runs/6437635317
Does this PR introduce any user-facing change?
No
How was this patch tested?
Locally:
./buil/mvn deploy:Was this patch authored or co-authored using generative AI tooling?
No