shink opened a new pull request #5924: URL: https://github.com/apache/dolphinscheduler/pull/5924
Fix: #5921 ## Purpose of the pull request There are a lot of connection timeout errors in the CI build. For example: https://github.com/apache/dolphinscheduler/runs/3192300302?check_suite_focus=true According to https://github.com/actions/virtual-environments/issues/1499#issuecomment-689467080, we can add `-Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 ` to the build command to improve maven connection. ## Brief change log - Add `-Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120` to the build command. -- 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]
