tkobayas commented on code in PR #6056:
URL:
https://github.com/apache/incubator-kie-drools/pull/6056#discussion_r1734182433
##########
.ci/jenkins/Jenkinsfile.weekly.deploy:
##########
@@ -92,7 +92,7 @@ pipeline {
def installOrDeploy
if (shouldDeployToRepository()) {
installOrDeploy = "deploy -DdeployAtEnd
-Dapache.repository.username=${REPOSITORY_USER}
-Dapache.repository.password=${REPOSITORY_TOKEN}
-DretryFailedDeploymentCount=5" +
- " -Dhttp.socket.timeout=300000
-Dhttp.connection.timeout=300000"
+ "
-Daether.connector.basic.parallelPut=false"
Review Comment:
As I wrote in
https://github.com/apache/incubator-kie-issues/issues/1444#issuecomment-2309216859
, `http.socket.timeout` and `http.connection.timeout` don't seem to be
effective.
"Request Timeout (408)" is generally caused by a slow client request. While
testing locally, I found that maven 3.9.6 (= maven-resolver-1.9.18) uses 5
threads for parallel uploading by default.
`aether.connector.basic.parallelPut=false` makes uploading sequential with
single thread. I hope that it makes uploading stable. The entire job may take
longer time, but I think it's worth trying.
https://maven.apache.org/components/resolver-archives/resolver-1.9.18/configuration.html
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]