Jonathan Simowitz via nginx
January 12, 2017 10:06AM
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.
http://nginx.org/en/docs/http/ngx_http_upstream_module.html#hash

~Jonathan

On Thu, Jan 12, 2017 at 9:44 AM, Maxim Dounin <mdounin@mdounin.ru> wrote:

> Hello!
>
> On Wed, Jan 11, 2017 at 04:27:51PM -0500, Jonathan Simowitz via nginx
> wrote:
>
> > Hello,
> >
> > I would like to define an upstream block with a number of servers and
> > utilize the hash directive to choose a particular server dependent on the
> > request. There is a chance that the chosen server could fail and so I
> would
> > also like to configure a backup server to handle the request in this
> case.
>
> If there are more than one server in the upstream block, the
> default behaviour is to try another server if a choosen one fails,
> see http://nginx.org/r/proxy_next_upstream. The exact algorithm
> to select "another server" varies depending on the balancing
> algorithm used - e.g., in case of "hash .. consistent" it means
> selecting the next point in the continuum, like if the failed
> server was removed from the list.
>
> > If I define an additional server in this upstream and declare it as
> backup
> > will it handle the request if the hash-chosen server fails as defined by
> my
> > proxy_next_upstream directive?
>
> No, backup servers are not supported by the hash balancer.
>
> --
> Maxim Dounin
> http://nginx.org/
>



--
Jonathan Simowitz | Jigsaw | Software Engineer | simowitz@google.com |
631-223-8608
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Behavior between upstream hash and backup

Jonathan Simowitz via nginx January 11, 2017 04:30PM

Re: Behavior between upstream hash and backup

Robert Paprocki January 11, 2017 04:36PM

Re: Behavior between upstream hash and backup

Jonathan Simowitz via nginx January 11, 2017 04:40PM

Re: Behavior between upstream hash and backup

Maxim Dounin January 12, 2017 09:46AM

Re: Behavior between upstream hash and backup

Jonathan Simowitz via nginx January 12, 2017 10:06AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 204
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