bneradt opened a new issue, #12214: URL: https://github.com/apache/trafficserver/issues/12214
We put 10.1 on a production box. I noticed that the following stats were showing pretty much no origin side connection reuse: - `proxy.process.http.outgoing_requests` - `proxy.process.http.total_server_connections` I'm not sure whether it is relevant, but we use global pool sharing (`proxy.config.http.server_session_sharing.pool`). I observed that the following two reverts resolved the issue: ``` * commit dbef3627f0929f35c5b35c73f2cab6609c07b367 (HEAD -> origin_connection_issue, origin/origin_connection_issue) | Author: bneradt <[email protected]> | Date: Mon Apr 28 11:29:14 2025 -0500 | | Revert "Cleanup SSLSNIConfig (#11027)" | | This reverts commit 94c5b42057f87118b467527066cecab406b7ca3f. | * commit 9b399d5cc397bb4e2a22ae4121440b04d2948728 | Author: bneradt <[email protected]> | Date: Mon Apr 28 11:13:48 2025 -0500 | | Revert "Cleanup: Remove server name stuff from NetVConnection (#11745)" | | This reverts commit 2d34cd33e0b77b0ef59a0fcf675bd713687a4d4b. | ``` I'm not sure whether both are necessary, but the revert was cleaner with both. -- 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]
