You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/12/10 16:46:32 UTC

[GitHub] [pulsar] lhotari edited a comment on issue #6231: Intermittent Maven build errors - Could not resolve dependencies / Could not transfer artifact

lhotari edited a comment on issue #6231:
URL: https://github.com/apache/pulsar/issues/6231#issuecomment-742638741


   I seems that the solution introduced in #8386 doesn't fix all "Connection reset" issues. The recommendation seems to be to disable the connection pooling completely with `-Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false` options instead of configuring the pool TTL and retry counts.
   
   Here's a[ recent failure](https://github.com/apache/pulsar/pull/8879/checks?check_run_id=1529132663#step:9:9):
   ```
   Error:  Plugin pl.project13.maven:git-commit-id-plugin:4.0.2 or one of its dependencies could not be resolved: Failed to read artifact descriptor for pl.project13.maven:git-commit-id-plugin:jar:4.0.2: Could not transfer artifact pl.project13.maven:git-commit-id-plugin:pom:4.0.2 from/to central (https://repo.maven.apache.org/maven2): Transfer failed for https://repo.maven.apache.org/maven2/pl/project13/maven/git-commit-id-plugin/4.0.2/git-commit-id-plugin-4.0.2.pom: Connection reset -> [Help 1]
   ```
   another [similar failure](https://github.com/apache/pulsar/pull/8879/checks?check_run_id=1529132764#step:9:26).


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org