lhotari commented on pull request #8386: URL: https://github.com/apache/pulsar/pull/8386#issuecomment-718402722
Actually, I just now noticed yet another connection reset when using `MAVEN_OPTS=-Dmaven.wagon.httpconnectionManager.ttlSeconds=25 -Dmaven.wagon.http.retryHandler.count=3` https://github.com/apache/pulsar/runs/1325014611?check_suite_focus=true Perhaps we need to switch to `-Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false` and disable the connection pool completely. That's what others are doing in https://github.com/actions/virtual-environments/issues/1499 ---------------------------------------------------------------- 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: [email protected]
