[Varnish] #722: Director cleanup issue on vcl.discard

Varnish varnish-bugs at varnish-cache.org
Thu Jun 17 00:15:32 CEST 2010


#722: Director cleanup issue on vcl.discard
----------------------+-----------------------------------------------------
 Reporter:  phk       |        Owner:  phk   
     Type:  defect    |       Status:  closed
 Priority:  normal    |    Milestone:        
Component:  varnishd  |      Version:  trunk 
 Severity:  normal    |   Resolution:  fixed 
 Keywords:            |  
----------------------+-----------------------------------------------------
Changes (by phk):

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


Comment:

 (In [4967]) Fix a problem in director teardown at vcl.discard time:

 We didn't create/destroy directors and backends in a consistent order,
 and in some case we even destroyed directors more than once.

 Always destroy in opposite order of creation (which follows VCL
 source order).

 Turn the bottom element of the array into (only) an indication
 of which backend/director is the default.

 Fixes:  #722

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




More information about the varnish-bugs mailing list