[Varnish] #361: random director only sending traffic to one backend
Varnish
varnish-bugs at projects.linpro.no
Thu Oct 30 10:56:34 CET 2008
#361: random director only sending traffic to one backend
-----------------------+----------------------------------------------------
Reporter: fehwalker | Owner: phk
Type: defect | Status: new
Priority: high | Milestone:
Component: varnishd | Version: 2.0
Severity: major | Resolution:
Keywords: director |
-----------------------+----------------------------------------------------
Comment (by foxdie):
Okay, testing with the following director:
director myDirector random {
{
.backend = ServerA;
.weight = 5;
}
{
.backend = ServerB;
.weight = 4;
}
{
.backend = ServerC;
.weight = 5;
}
}
Only ServerC received requests in this test.
My guess is its probably not an index problem now, its probably a
weighting bug, where the last backend in the list is grossly outweighting
every other backend, I could be mistaken but at least it gives the
developers an avenue to inspect.
--
Ticket URL: <http://varnish.projects.linpro.no/ticket/361#comment:3>
Varnish <http://varnish.projects.linpro.no/>
The Varnish HTTP Accelerator
More information about the varnish-bugs
mailing list