In message <[email protected]>, Micha
el Fischer writes:

>On Sat, Jan 16, 2010 at 1:59 AM, Poul-Henning Kamp <[email protected]>wrote:
>
>>        director h1 hash {
>>                { .backend webserver; .weight 1; }
>>                { .backend varnish2; .weight 1; }
>>                { .backend varnish3; .weight 1; }
>
>
>What happens when varnish2 or varnish3 dies?

If a particular backend in the director is unhealthy, the requests
for it will be redistributed by rehashing over the healthy subset
of directors.  Once it becomes healthy, normality will be restored.

So everything should work out fine, for some value around 99.9% of fine.

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
[email protected]         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.
_______________________________________________
varnish-misc mailing list
[email protected]
http://projects.linpro.no/mailman/listinfo/varnish-misc

Reply via email to