bzp2010 opened a new pull request, #899: URL: https://github.com/apache/apisix-helm-chart/pull/899
In the currently used ADC 0.21.x, the ADC running in server mode suffers from a connection leak issue. This manifests as the ADC establishing an increasing number of connections over time, which can only be terminated by the server actively closing them. ADC 0.22.x has addressed this issue by limiting the connection cap per host to 256 and proactively releasing connections after 60 seconds of inactivity. This significantly improves the previous connection leak problem. This PR upgrades the ADC version for AIC. -- 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]
