<div dir="ltr">И чтобы десять раз не вставать:<br><br># uname -a<br>Linux BALANCER 3.10.0-229.20.1.el7.x86_64 #1 SMP Tue Nov 3 19:10:07 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux<br><br># nginx -V<br>nginx version: nginx/1.8.0<br>built by gcc 4.8.2 20140120 (Red Hat 4.8.2-16) (GCC) <br>built with OpenSSL 1.0.1e-fips 11 Feb 2013<br>TLS SNI support enabled<br>configure arguments: --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --pid-path=/var/run/nginx.pid --lock-path=/var/run/nginx.lock --http-client-body-temp-path=/var/cache/nginx/client_temp --http-proxy-temp-path=/var/cache/nginx/proxy_temp --http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp --http-uwsgi-temp-path=/var/cache/nginx/uwsgi_temp --http-scgi-temp-path=/var/cache/nginx/scgi_temp --user=nginx --group=nginx --with-http_ssl_module --with-http_realip_module --with-http_addition_module --with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_mp4_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_random_index_module --with-http_secure_link_module --with-http_stub_status_module --with-http_auth_request_module --with-mail --with-mail_ssl_module --with-file-aio --with-ipv6 --with-http_spdy_module --with-cc-opt='-O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic'<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">25 декабря 2015 г., 19:27 пользователь Vladimir Stackov <span dir="ltr"><<a href="mailto:amigo.elite@gmail.com" target="_blank">amigo.elite@gmail.com</a>></span> написал:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Пока конфиг в почте правил, пропустил.<br></div>На самом деле после proxy_http_version 1.1; ещё и proxy_set_header Connection "";<br></div><div class="gmail_extra"><br><div class="gmail_quote">25 декабря 2015 г., 19:01 пользователь Vladimir Stackov <span dir="ltr"><<a href="mailto:amigo.elite@gmail.com" target="_blank">amigo.elite@gmail.com</a>></span> написал:<div><div class="h5"><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Приветствую,<br><br></div>http {<br>    log_format lb '$remote_addr\t[$time_local]\t$http_x_warehouse_code\t$upstream_addr';<br><div><br>    upstream groups {<br>        hash $http_x_warehouse_code consistent;<br>        server <a href="http://127.0.0.1:8001" target="_blank">127.0.0.1:8001</a> max_fails=0;<br>        server <a href="http://127.0.0.2:8002" target="_blank">127.0.0.2:8002</a> max_fails=0;<br>        keepalive 1000;<br>    }<br><br>    server {<br>        listen            80;<br>        access_log  /var/log/nginx/lb_groups.log  lb;<br>        access_log  /var/log/nginx/access.log  main;<br><br>        location / {<br>            proxy_pass  <a href="http://groups" target="_blank">http://groups</a>;<br>            proxy_http_version 1.1;<br>            #proxy_next_upstream error timeout http_502;<br>            proxy_next_upstream off;<br>        }<br>    }<br>}<br><br></div><div>При этом<br><br># grep , lb_groups.log <br>10.98.26.35    [25/Dec/2015:17:40:01 +0300]    552277    <a href="http://127.0.0.2:8002" target="_blank">127.0.0.2:8002</a>, <a href="http://127.0.0.1:8001" target="_blank">127.0.0.1:8001</a>, <a href="http://127.0.0.1:8001" target="_blank">127.0.0.1:8001</a><br>10.98.21.188    [25/Dec/2015:17:41:28 +0300]    543382    <a href="http://127.0.0.1:8001" target="_blank">127.0.0.1:8001</a>, <a href="http://127.0.0.2:8002" target="_blank">127.0.0.2:8002</a><br>10.98.65.252    [25/Dec/2015:17:47:06 +0300]    210024    <a href="http://127.0.0.2:8002" target="_blank">127.0.0.2:8002</a>, <a href="http://127.0.0.1:8001" target="_blank">127.0.0.1:8001</a><br>10.98.10.65    [25/Dec/2015:17:47:06 +0300]    703024    <a href="http://127.0.0.2:8002" target="_blank">127.0.0.2:8002</a>, <a href="http://127.0.0.1:8001" target="_blank">127.0.0.1:8001</a><br>10.98.45.143    [25/Dec/2015:17:47:25 +0300]    020122    <a href="http://127.0.0.1:8001" target="_blank">127.0.0.1:8001</a>, <a href="http://127.0.0.2:8002" target="_blank">127.0.0.2:8002</a><br><br></div><div>Вопросы:<br></div><div>1. Почему переключение на следующий апстрим происходит, т.е. почему nginx игнорирует proxy_next_upstream и max_fails=0?<br></div><div>2. Как объяснить nginx'у, что так делать не следует?<span><font color="#888888"><br clear="all"></font></span></div><span><font color="#888888"><div><div><br>-- <br><div><div dir="ltr"><div>Kind regards,<br>Vladimir.</div></div></div>
</div></div></font></span></div>
</blockquote></div></div></div><span class="HOEnZb"><font color="#888888"><br><br clear="all"><br>-- <br><div><div dir="ltr"><div>Kind regards,<br>Vladimir.</div></div></div>
</font></span></div>
</blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature"><div dir="ltr"><div>Kind regards,<br>Vladimir.</div></div></div>
</div>