shinrich commented on issue #7290:
URL: https://github.com/apache/trafficserver/issues/7290#issuecomment-819895762


   Based on the type of connection errors we are seeing in our environment, I'm 
adding a setting to adjust which connection failures count towards the down 
server count.
   
   For our environment, a TCP connection failure (no route, timeout, or 
refused) is very different from a SSL cert verification failure.   For some of 
our next level machines, quite a few connections will be routed to the same 
machine with different SNI and host names.  A failure for one host name/SNI 
(due to cert verification failure) should not take down the origin for all the 
other requests for other host names.
   
   So we will experiment with a setting that has the following options
   - All connection failures (TCP and TLS) count towards the down server count. 
 Existing function.
   - Only TCP connection failures count towards the down server count


-- 
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]


Reply via email to