<div dir="ltr">Thank you Maxim; that is exactly the detailed response I was looking for. If possible I would recommend updating the docs to clarify this for others. <a href="http://nginx.org/en/docs/http/ngx_http_upstream_module.html#hash">http://nginx.org/en/docs/http/ngx_http_upstream_module.html#hash</a><div><br></div><div>~Jonathan</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jan 12, 2017 at 9:44 AM, Maxim Dounin <span dir="ltr"><<a href="mailto:mdounin@mdounin.ru" target="_blank">mdounin@mdounin.ru</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello!<br>
<span class=""><br>
On Wed, Jan 11, 2017 at 04:27:51PM -0500, Jonathan Simowitz via nginx wrote:<br>
<br>
> Hello,<br>
><br>
> I would like to define an upstream block with a number of servers and<br>
> utilize the hash directive to choose a particular server dependent on the<br>
> request. There is a chance that the chosen server could fail and so I would<br>
> also like to configure a backup server to handle the request in this case.<br>
<br>
</span>If there are more than one server in the upstream block, the<br>
default behaviour is to try another server if a choosen one fails,<br>
see <a href="http://nginx.org/r/proxy_next_upstream" rel="noreferrer" target="_blank">http://nginx.org/r/proxy_next_<wbr>upstream</a>.  The exact algorithm<br>
to select "another server" varies depending on the balancing<br>
algorithm used - e.g., in case of "hash .. consistent" it means<br>
selecting the next point in the continuum, like if the failed<br>
server was removed from the list.<br>
<span class=""><br>
> If I define an additional server in this upstream and declare it as backup<br>
> will it handle the request if the hash-chosen server fails as defined by my<br>
> proxy_next_upstream directive?<br>
<br>
</span>No, backup servers are not supported by the hash balancer.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Maxim Dounin<br>
<a href="http://nginx.org/" rel="noreferrer" target="_blank">http://nginx.org/</a><br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div></div></div><div><table cellpadding="0" cellspacing="0" style="border:1px dotted rgb(211,211,211);text-align:center"><tbody><tr style="color:rgb(85,85,85);font-family:sans-serif;font-size:small"><td nowrap style="border-color:rgb(51,105,232) rgb(211,211,211) rgb(211,211,211);border-width:2px 1px 1px;border-style:solid dotted dotted">Jonathan Simowitz |</td><td nowrap style="border-color:rgb(213,15,37) rgb(211,211,211) rgb(211,211,211);border-width:2px 1px 1px;border-style:solid dotted dotted">Jigsaw |</td><td nowrap style="border-color:rgb(238,178,17) rgb(211,211,211) rgb(211,211,211);border-width:2px 1px 1px;border-style:solid dotted dotted"> Software Engineer |</td><td nowrap style="border-color:rgb(51,105,232) rgb(211,211,211) rgb(211,211,211);border-width:2px 1px 1px;border-style:solid dotted dotted"> <a href="mailto:simowitz@google.com" style="color:rgb(17,85,204)" target="_blank">simowitz@google.com</a> |</td><td nowrap style="border-color:rgb(0,153,57) rgb(211,211,211) rgb(211,211,211);border-width:2px 1px 1px;border-style:solid dotted dotted"> <br><font color="#222222"> 631-223-8608</font><br><br></td></tr></tbody></table></div></div></div></div></div></div></div>
</div>