[Varnish] #785: vcl.load and vcl.discard

Varnish varnish-bugs at varnish-cache.org
Tue Sep 28 11:36:29 CEST 2010


#785: vcl.load and vcl.discard
--------------------------------+-------------------------------------------
  Reporter:  freshteapot        |        Type:  defect                      
    Status:  closed             |    Priority:  normal                      
 Milestone:  After Varnish 2.1  |   Component:  build                       
   Version:  2.1.3              |    Severity:  normal                      
Resolution:  worksforme         |    Keywords:  vcl.load vcl.use vcl.discard
--------------------------------+-------------------------------------------
Changes (by phk):

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


Comment:

 This is expected behaviour.

 Notice the "1" before the discarded d2's name:  That is the reference
 count.  Some idle thread still has a reference to this VCL, which prevents
 us from completing the discard until that thread releases the reference.

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




More information about the varnish-bugs mailing list