jp557198

Results 8 comments of jp557198

> Fixes #8807. I've asked Jeremy Payne, jp557198, to test and comment here as he is the issue owner. > > This was originally fixed in ATS 9.2.x with PR...

**strategies.yaml** groups: - &nhg1 - host: origin-active.com protocol: - scheme: http port: 80 health_check_url: http://origin-active.com:80 - &nhg2 - host: origin-backup.com protocol: - scheme: http port: 80 health_check_url: http://origin-backup.com:80 strategies: -...

**remap line:** map http://edge.com/ http://origin.com/ @strategy=nh-1 **parent related config params:** proxy.config.http.parent_proxy.total_connect_attempts: 4 proxy.config.http.uncacheable_requests_bypass_parent: 0 proxy.config.http.parent_proxy.connect_attempts_timeout: 2 proxy.config.http.parent_proxy.retry_time: 300 proxy.config.http.parent_proxy.fail_threshold: 10 proxy.config.http.parent_proxy.per_parent_connect_attempts: 1 proxy.config.http.no_dns_just_forward_to_parent: 0 proxy.config.http.parent_proxies: NULL proxy.config.http.parent_proxy.mark_down_hostdb: 0 proxy.config.http.parent_proxy.self_detect: 2...

**Test case.** Send requests that force a request back to origin. Amount of requests should exceed failure threshold(10) and should be sent in the amount of time not exceeding the...

**Expect to see threshold count not increment 2.** [Apr 25 21:52:15.155] [ET_NET 17] DEBUG: (next_hop) [3] Parent fail count increased to 2 for [origin-active.com](http://origin-active.com/) [Apr 25 21:53:01.119] [ET_NET 18] DEBUG:...

Compiled 'proxy/http/remap/NextHopHealthStatus.cc' against our internal 9.1.2 branch. Failure theshold is incrmeneted as expected with 'down' server being marked as unavailable. In the below access log sample, note the 3s ttms...

debug shows the failure count incrementing as expected. [May 2 21:24:02.246] [ET_NET 10] DEBUG: (next_hop) [97] Parent fail count increased to 2 for origin-active.com [May 2 21:24:06.197] [ET_NET 11] DEBUG:...

> I can take this if John decides his retirement doesn't mean he's our no-cost slave. no need. issue has been resolved with john's patch.