You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2023/03/08 16:37:00 UTC

[jira] [Commented] (NIFI-11257) Improve Reliability of GitHub Runner Artifact Retrieval

    [ https://issues.apache.org/jira/browse/NIFI-11257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17698000#comment-17698000 ] 

ASF subversion and git services commented on NIFI-11257:
--------------------------------------------------------

Commit a13c2cf010c4e12ee266ca5fbc45b485813e9c09 in nifi's branch refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=a13c2cf010 ]

NIFI-11257 Enable Maven HTTP pooling and additional retries (#7020)

* NIFI-11257 Enabled Maven HTTP pooling and additional retries

- Enabled HTTP connection pooling for Maven Wagon
- Configured 30 second timeout for HTTP pooled connection lifespan
- Enabled 5 retries for HTTP connections
- Set maximum connection per route to 5 instead of 20
- Enabled retry for sent HTTP requests

> Improve Reliability of GitHub Runner Artifact Retrieval
> -------------------------------------------------------
>
>                 Key: NIFI-11257
>                 URL: https://issues.apache.org/jira/browse/NIFI-11257
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Tools and Build
>            Reporter: David Handermann
>            Assignee: David Handermann
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Automated builds using GitHub Actions have failed more often with errors related to artifact retrieval.
> {noformat}
> Error:  Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.4:attach-descriptor (attach-descriptor) on project nifi-registry:
> Execution attach-descriptor of goal org.apache.maven.plugins:maven-site-plugin:3.4:attach-descriptor failed:
> Plugin org.apache.maven.plugins:maven-site-plugin:3.4 or one of its dependencies could not be resolved:
> Failed to collect dependencies at org.apache.maven.plugins:maven-site-plugin:jar:3.4 -> org.apache.maven.reporting:maven-reporting-exec:jar:1.2:
> Failed to read artifact descriptor for org.apache.maven.reporting:maven-reporting-exec:jar:1.2:
> Could not transfer artifact org.apache.maven.reporting:maven-reporting-exec:pom:1.2 from/to central (https://repo.maven.apache.org/maven2): Connection reset -> [Help 1]{noformat}
> {noformat}
> Error:  Failed to execute goal on project nifi-hadoop-utils: Could not resolve dependencies for project org.apache.nifi:nifi-hadoop-utils:jar:2.0.0-SNAPSHOT:
> Failed to collect dependencies at org.apache.hadoop:hadoop-common:jar:3.3.4:
> Failed to read artifact descriptor for org.apache.hadoop:hadoop-common:jar:3.3.4:
> Could not transfer artifact org.apache.hadoop:hadoop-common:pom:3.3.4 from/to central (https://repo.maven.apache.org/maven2): Connection reset -> [Help 1]
> {noformat}
> Adjusting Maven Wagon connection settings and using an alternative Maven repository mirror may help improve reliability.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)