Changes between Initial Version and Version 1 of Ticket #1511, comment 1
- Timestamp:
- 03/22/18 07:57:38 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1511, comment 1
initial v1 1 I set resolver_timeout to 10s, but when ngx_resolver_send_query fails, resolver do not retry, see here: https://trac.nginx.org/nginx/browser/nginx/src/core/ngx_resolver.c#L855, the code goto failed, return ERROR and clean events1 I set resolver_timeout to 10s, but when ngx_resolver_send_query fails, resolver do not retry, see here:[https://trac.nginx.org/nginx/browser/nginx/src/core/ngx_resolver.c#L855], the code goto failed, return ERROR and clean events 2 2 3 3 So multiple resolver do not retry others when someone fails