[Varnish] #951: varnish stalls connections on high traffic to non-cacheable urls
Varnish
varnish-bugs at varnish-cache.org
Wed Aug 17 11:48:21 CEST 2011
#951: varnish stalls connections on high traffic to non-cacheable urls
----------------------------------+-----------------------------------------
Reporter: tttt | Type: defect
Status: closed | Priority: normal
Milestone: Varnish 2.1 release | Component: varnishd
Version: 2.1.5 | Severity: major
Resolution: worksforme | Keywords:
----------------------------------+-----------------------------------------
Changes (by phk):
* status: new => closed
* resolution: => worksforme
Comment:
I have read this ticket twice now, and I fail to see the issue as being
anything but a configuration error of some kind.
If the objects are non-cacheable, the best thing to do would be to pass
them in vcl_recv{} and be done with it.
If you do not configure this, the normal waiting-list and "hit for pass"
policies will kick in, and the problem you see is very likely the expected
pile-up when the "hit for pass" object times out.
Failing to spot anything that doesn't work as it should, I'm closing this
ticket.
--
Ticket URL: <http://varnish-cache.org/trac/ticket/951#comment:7>
Varnish <http://varnish-cache.org/>
The Varnish HTTP Accelerator
More information about the varnish-bugs
mailing list