-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Failing Test]: PostRelease Nightly Snapshot is perma-red due to "connect timed out" #32824
Comments
cc: @Abacn |
This warning message tells the reason:
In particular,
Did some search: https://stackoverflow.com/questions/4856307/when-maven-says-resolution-will-not-be-reattempted-until-the-update-interval-of what happens appear to be there was a run introduced bad local artifact, then in next a few days same artifact stays bad, until the "update interval" elapsed. Noticed this also happened 3 weeks ago and after 6 run it recovered itself. An action could be add "-U" flag in the mvn invocation. |
The error is (from the most recent run):
|
the number of failed task improved but still very flaky. The latest run fails one task. This error is because client failed to fetch maven-metadata.xml for In general it seems network condition changed recently and the availability of maven snapshot repo becomes worse than before. #32841 mitigated the issue (originally 8/8 task fail) but it still highly flaky (1-5 out of 8 task fail) |
Is it possible to push SNAPSHOTs to somewhere else ? For example, to a GCP Artifact Registry repository. |
Might be good to check with Apache INFRA first regarding why the SNAPSHOT repo became unstable. |
Opened https://issues.apache.org/jira/projects/INFRA/issues/INFRA-26230?filter=allopenissues
In theory we can, just need to invest in migrations. |
It is caused by maven service side issue that is resolved for now |
What happened?
Seems like jar file resolution with Maven SNAPSHOT repo is somehow incorrect.
Successful run: https://github.com/apache/beam/actions/runs/11307102323/job/31448448902
Failed run: https://github.com/apache/beam/actions/runs/11369820828/job/31628153369
Issue Failure
Failure: Test is flaky
Issue Priority
Priority: 1 (unhealthy code / failing or flaky postcommit so we cannot be sure the product is healthy)
Issue Components
The text was updated successfully, but these errors were encountered: