Welcome! Log In Create A New Profile

Advanced

Re:Re: proxy_upstream_next while no live upstreams

Wu Bingzheng
May 10, 2017 10:30AM
Thanks for the answer.

Maybe you miss something in Question 2. The server 192.168.0.5 never fails.
I think nginx should not return 502 if there is at least one server never fails.
Exactly speaking, the server never fails in the last 1 hour and the fail_timeout is the default 10 second.




>> Question 2: (not related with Question 1)
>> In my production environment, 192.168.0.5 is UP, and 192.168.0.6
>> is DOWN.
>> There are few access logs with $upstream_addr as "192.168.0.6,
>> test", and $status as 502.
>> There were no error logs of connecting/reading 192.168.0.5 fails
>> which mean this server is UP, so I think the request should try
>> 192.168.0.5 after 192.168.0.6.
>> But it does not try 192.168.0.5, and just log "no live upstream"
>> and return 502.
>> The logs like this are very few, and I can not re-produce this
>> or debug it.
>> I just ask it here in case someone else know the problem.
>
>See above, this is exactly what is expected to happen when a
>request to upstream server fails. The 502 / "no live upstream"
>you are seeing is a result of all servers considered unavailable.
>There are only few such errors as you are using nginx 1.8.1, which
>quickly resets failure counters of all servers in such situation.
>With recent nginx versions, 502 errors will be returned till
>fail_timeout expiration.
>
>If you want nginx to completely ignore errors on the only working
>upstream server in your environment, consider using "server ...
>max_fails=0". Alternatively, consider using fail_timeout which is
>appropriate for your environment.
>
>--
>Maxim Dounin
>http://nginx.org/
>_______________________________________________
>nginx mailing list
>nginx@nginx.org
>http://mailman.nginx.org/mailman/listinfo/nginx
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

proxy_upstream_next while no live upstreams

Wu Bingzheng May 10, 2017 04:28AM

Re: proxy_upstream_next while no live upstreams

Maxim Dounin May 10, 2017 08:46AM

Re:Re: proxy_upstream_next while no live upstreams

Wu Bingzheng May 10, 2017 10:30AM

Re: Re: proxy_upstream_next while no live upstreams

Maxim Dounin May 10, 2017 10:44AM

Re:Re: Re: proxy_upstream_next while no live upstreams

Wu Bingzheng May 12, 2017 01:36AM

Re: Re: Re: proxy_upstream_next while no live upstreams

Maxim Dounin May 12, 2017 06:40AM

Re:Re: Re: Re: proxy_upstream_next while no live upstreams

Wu Bingzheng May 13, 2017 12:42AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 144
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready