lhotari opened a new pull request #8921:
URL: https://github.com/apache/pulsar/pull/8921


   ### Motivation
   
   PR #8386 configured the http connection pooling timeout to 25 seconds. 
   However the "connection reset" issue with maven dependency downloads has 
persisted. 
   he mitigation used in other  projects is to disable maven's http connection 
pooling completely.
   The solution is proposed here:
   - 
https://github.com/actions/virtual-environments/issues/1499#issuecomment-689467080
   
   ### Modifications
   
   Disable maven's http connection pool by passing `-Dhttp.keepAlive=false 
-Dmaven.wagon.http.pool=false` in `MAVEN_OPTS` environment variable.
   


----------------------------------------------------------------
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]


Reply via email to