Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions java-devel/stackable/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,11 @@
<aether.transport.http.retryHandler.intervalMax>60000</aether.transport.http.retryHandler.intervalMax>

<!--
Disable connection pooling entirely (which makes the connectionMaxTtl settings redundant for now) to rule out
failures we're seeing where connections between the IONOS and Azure network seem to be dropped without us
noticing. The downside is that Maven uses a fresh connection for everything we download. This can be disabled
again, if it doesn't have the desired effects or causes other issues.
This is an option we can experiment with in the future. Settings this to false will result in no connection
pooling, which should help to avoid stale/long-lasting connections which can become inactive and be killed by
the Azure networking.
-->
<aether.connector.http.reuseConnections>false</aether.connector.http.reuseConnections>
<aether.transport.http.reuseConnections>false</aether.transport.http.reuseConnections>
<!-- <aether.transport.http.reuseConnections>false</aether.transport.http.reuseConnections> -->
</properties>
</profile>
</profiles>
Expand Down