[Varnish] #525: insane number of vbe_conn structs

Varnish varnish-bugs at projects.linpro.no
Wed Dec 2 23:22:28 CET 2009


#525: insane number of vbe_conn structs
--------------------+-------------------------------------------------------
 Reporter:  drmac   |        Owner:         
     Type:  defect  |       Status:  closed 
 Priority:  normal  |    Milestone:         
Component:  build   |      Version:  2.0    
 Severity:  normal  |   Resolution:  invalid
 Keywords:          |  
--------------------+-------------------------------------------------------
Changes (by tfheen):

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

Comment:

 The vbe_conns counter is unlocked, so it will sometimes underflow (from 0
 to 2^64-1 or -5 or so).  This is perfectly normal and nothing to worry
 about.

 We don't want to add locks to this as it would slow varnish slightly down.

-- 
Ticket URL: <http://varnish.projects.linpro.no/ticket/525#comment:2>
Varnish <http://varnish.projects.linpro.no/>
The Varnish HTTP Accelerator


More information about the varnish-bugs mailing list