shinrich opened a new pull request #7757: URL: https://github.com/apache/trafficserver/pull/7757
This should help debug #7638. Also addresses some issues in #7290 We are running with this changes in production. I have exercised the new proxy.config.http.connect.dead.policy setting in production on a box, but @djcarlin needs to exercise it more widely. This PR adds a setting proxy.config.http.connect.dead.policy to add some control over what kind of failures should count towards a dead server. In our deployment, we want to only mark a server dead it if is failing the TCP level connection. TLS failures like bad certificates may just be applicable to certain traffic to the server, so failures there should not mark the entire server dead. The PR also adds a metric proxy.process.http.dead_server.no_requests to track how many client requests are returned immediately because the server is dead and retries is set to 0. -- 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]
