bryancall commented on issue #5914: URL: https://github.com/apache/trafficserver/issues/5914#issuecomment-4827338094
The connect-attempt retry path, including round-robin handling, has been comprehensively reworked since this was filed. [PR #13102](https://github.com/apache/trafficserver/pull/13102) ("Fix connect attempt retries") notes that the three retry settings (connect_attempts_max_retries, connect_attempts_max_retries_down_server, and connect_attempts_rr_retries) were not implemented correctly before that change, and it fixes both the round-robin member selection and the per-host versus global retry counting that caused Traffic Server to give up before exhausting all round-robin addresses. That fix shipped first in release 10.2.0, and a follow-up added an automated test covering round-robin retries and max retries. I am closing this as fixed. If you can still reproduce the early give-up on 10.2.0 or later, please reopen with a fresh reproduction and the retry settings you are using. -- 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]
