Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Noticed this running test release-candidate builds up on gcp. The build fails as we fail to download artifacts ("Connection reset"). For example:
2020-12-23T16:49:05Z Command FAILED. Check full logs for details. 16:49:05 [ERROR] Failed to execute goal on project hbase-metrics: Could not resolve dependencies for project org.apache.hbase:hbase-metrics:jar:2.4.1-rm_test_gcp: Failed to collect dependencies at io.dropwizard.metrics:metrics-core:jar:3.2.6: Failed to read artifact descriptor for io.dropwizard.metrics:metrics-core:jar:3.2.6: Could not transfer artifact io.dropwizard.metrics:metrics-core:pom:3.2.6 from/to central (https://repo.maven.apache.org/maven2): Transfer failed for https://repo.maven.apache.org/maven2/io/dropwizard/metrics/metrics-core/3.2.6/metrics-core-3.2.6.pom: Connection reset -> [Help 1]
If I rerun, we usually move beyond the above but might fail later on another artifact.
HBASE-25438 updates the mvn used building to 3.6.3 which is supposed to have a better wagon plugin but it doesn't seem to help (I tried turning off wagon pooling and upping retries but probably no good when the connection reset)
This looks related... trying it.
I'm on debian when above happens: