masaori335 commented on PR #12932:
URL: https://github.com/apache/trafficserver/pull/12932#issuecomment-3987773950

   Somehow, the `connect_attempts_rr_max_retries` test is keep trying `0.0.0.1` 
even after it's marked "down" instead of round robin to `0.0.0.2` in this env.
   ```
   20260302.01h50m26s CONNECT: attempt fail [CONNECTION_ERROR] to 0.0.0.1:62299 
for host='example.com' connection_result=ETIMEDOUT [110] error=ETIMEDOUT [110] 
retry_attempts=0 url='http://backend.example.com:62299/path/'
   20260302.01h50m28s CONNECT: attempt fail [CONNECTION_ERROR] to 0.0.0.1:62299 
for host='example.com' connection_result=ETIMEDOUT [110] error=ETIMEDOUT [110] 
retry_attempts=1 url='http://backend.example.com:62299/path/'
   20260302.01h50m30s CONNECT: attempt fail [CONNECTION_ERROR] to 0.0.0.1:62299 
for host='example.com' connection_result=ETIMEDOUT [110] error=ETIMEDOUT [110] 
retry_attempts=2 url='http://backend.example.com:62299/path/'
   20260302.01h50m30s CONNECT : ETIMEDOUT [110] connecting to 0.0.0.1:62299 for 
host='example.com' url='http://backend.example.com:62299/path/' fail_count='1' 
marking down
   20260302.01h50m31s CONNECT: attempt fail [CONNECTION_ERROR] to 0.0.0.1:62299 
for host='example.com' connection_result=ETIMEDOUT [110] error=ETIMEDOUT [110] 
retry_attempts=0 url='http://backend.example.com:62299/path/'
   20260302.01h50m33s CONNECT: attempt fail [CONNECTION_ERROR] to 0.0.0.1:62299 
for host='example.com' connection_result=ETIMEDOUT [110] error=ETIMEDOUT [110] 
retry_attempts=1 url='http://backend.example.com:62299/path/'
   20260302.01h50m34s CONNECT: attempt fail [CONNECTION_ERROR] to 0.0.0.1:62299 
for host='example.com' connection_result=ETIMEDOUT [110] error=ETIMEDOUT [110] 
retry_attempts=2 url='http://backend.example.com:62299/path/'
   ```


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