[
https://issues.apache.org/jira/browse/FLINK-40406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18117324#comment-18117324
]
Sergey Nuyanzin commented on FLINK-40406:
-----------------------------------------
Merged as
[46eb63f0bc258b3c5d80c415d8a7228e720368a1|https://github.com/apache/flink/commit/46eb63f0bc258b3c5d80c415d8a7228e720368a1]
> CI: Maven build has no retry on transient Central failures, causing spurious
> PR failures
> ----------------------------------------------------------------------------------------
>
> Key: FLINK-40406
> URL: https://issues.apache.org/jira/browse/FLINK-40406
> Project: Flink
> Issue Type: Improvement
> Components: Build System / CI, Kubernetes Operator
> Reporter: Purushottam Sinha
> Priority: Minor
> Labels: pull-request-available
>
> Problem
> CI jobs fail outright on a single transient error from Maven Central (e.g.
> 502 Bad Gateway), with no retry, causing PRs to show a wall of
> failed/cancelled checks for an infrastructure blip unrelated to the change
> under review.
> example of failure
> https://github.com/apache/flink/actions/runs/35172901228/job/105054722871
> One of the way to fix: add extra retries however it will not help in case of
> 429 error (error limiter)
> Another option: put predownloaded maven to docker image
--
This message was sent by Atlassian Jira
(v8.20.10#820010)