mirakae opened a new issue, #12497:
URL: https://github.com/apache/trafficserver/issues/12497
On ATS 10.0.4 is not possible to do failover to second Origin in Multi Site
Origin in 1s after was removed
`proxy.config.http.parent_proxy.connect_attempts_timeout` . **The lower time is
2s**
our config is:
```
# origin timeout settings
cond %{REMAP_PSEUDO_HOOK}
set-config proxy.config.http.connect_attempts_timeout 1
set-config proxy.config.http.connect_attempts_max_retries 1
```
On ATS 9.2.x we was able to do failover with this config:
```
# origin timeout settings
cond %{REMAP_PSEUDO_HOOK}
set-config proxy.config.http.parent_proxy.per_parent_connect_attempts 1
set-config proxy.config.http.parent_proxy.connect_attempts_timeout 1
```
On ATS 10.0.X is always x2 time that is configured.
Any idea?
--
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]