Michael Stack created HBASE-25440:
-------------------------------------
Summary: create-release fails download of artifacts on gcp
Key: HBASE-25440
URL: https://issues.apache.org/jira/browse/HBASE-25440
Project: HBase
Issue Type: Improvement
Components: create-release
Reporter: Michael Stack
Noticed this running test release-candidate builds up on gcp. The build fails
as we fail to download artifacts ("Connection reset"). For example:
{code}
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]
{code}
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.
https://stackoverflow.com/questions/65349648/why-does-my-maven-dependency-fetching-fail-with-a-connection-reset-when-running
I'm on debian when above happens:
--
This message was sent by Atlassian Jira
(v8.3.4#803005)