Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.2.0
-
None
-
Microsoft Azure 'Hosted VS2017'
Description
We are building a huge multi-module project in the azure cloud and experience random connection resets during our build due to probably the same issue as in WAGON-486. Since it is stated by Microsoft that they terminate connections that are idle for longer than four minutes (see solution comment here, I set -Dmaven.wagon.httpconnectionManager.ttlSeconds=120. Also, disabling the http pool does not solve the problem. Attached are logs from out main build with logging turned on for the wagon components, as mentioned in the comment section of WAGON-486.