jrushford edited a comment on issue #8712:
URL: https://github.com/apache/trafficserver/issues/8712#issuecomment-1064708186


   @amoghyermalkar123 Here are my replies
   
   1.  Yes, it will mark the parent down but, there are some configuration 
parameters to be aware of:
        
[proxy.config.http.parent_proxy.fail_threshold](https://docs.trafficserver.apache.org/admin-guide/files/records.config.en.html#proxy-config-http-parent-proxy-fail-threshold)
   
   2. **proxy.config.http.parent_proxy.retry_time ** is basically sliding retry 
window.  Once the retry_time expires, a down parent is selected and is retried. 
 If the transaction is successful, the parent is marked up.  If the connection 
fails, the parent is left down and the retry time is set again.
   
   3.  Your configs look good.  The only thing I can think of is to just look 
through the [Parent Proxy 
Configuration](https://docs.trafficserver.apache.org/admin-guide/files/records.config.en.html#parent-proxy-configuration)


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


Reply via email to