[Varnish] #1328: Varnish stuck in a vcl.load frenzy

Varnish varnish-bugs at varnish-cache.org
Mon Jul 15 10:44:50 CEST 2013


#1328: Varnish stuck in a vcl.load frenzy
----------------------+-------------------------
 Reporter:  nuba      |       Owner:
     Type:  defect    |      Status:  closed
 Priority:  normal    |   Milestone:
Component:  varnishd  |     Version:  3.0.3
 Severity:  normal    |  Resolution:  worksforme
 Keywords:            |
----------------------+-------------------------
Changes (by phk):

 * status:  new => closed
 * resolution:   => worksforme


Comment:

 I'm going to close this ticket with an "error 42" conclusion.

 Varnish allows you to have multiple VCLs loaded so you can switch between
 them, but having 20000 concurrent VCL's loaded does not make any kind of
 sense.

 You should change your setup so you vcl.discard old VCLs, either by
 pruning the list of loaded VCLs so it's never longer than some N (20 ?)
 entries, or by having your back-office system keep track and discard old
 VCL's when the new one is activated.

 PS: I don't see any vcl.use commands ?  Are you sure the VCL's you load
 gets put into use ?

-- 
Ticket URL: <https://www.varnish-cache.org/trac/ticket/1328#comment:1>
Varnish <https://varnish-cache.org/>
The Varnish HTTP Accelerator




More information about the varnish-bugs mailing list