[
https://issues.apache.org/jira/browse/FLINK-40406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergey Nuyanzin resolved FLINK-40406.
-------------------------------------
Fix Version/s: 2.2.2
1.20.6
2.3.1
2.4.0
Assignee: Sergey Nuyanzin
Resolution: Fixed
> 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
> Assignee: Sergey Nuyanzin
> Priority: Minor
> Labels: pull-request-available
> Fix For: 2.2.2, 1.20.6, 2.3.1, 2.4.0
>
>
> 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)