jrushford opened a new pull request #7744:
URL: https://github.com/apache/trafficserver/pull/7744


   Updates to Nexthop strategies to limit the number of simultaneous
   transactions that will retry a parent once it's retry_time window
   has elapsed.  The limiting prevents thundering retries on a parent
   that is still failed and would cause many transactions to hang or
   take much longer than necessary to use a good parent without the
   limiting.  This PR mirrors the limiting added to Parent selection.
   
   The maximum number of retriers is configured  with
   'proxy.config.http.parent_proxy.max_trans_retries' which defaults to 2.


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