[Varnish] #1581: Duplicate SLT_Begin log records

Varnish varnish-bugs at varnish-cache.org
Mon Sep 1 09:08:24 CEST 2014


#1581: Duplicate SLT_Begin log records
----------------------+-------------------------
 Reporter:  daghf     |       Owner:
     Type:  defect    |      Status:  closed
 Priority:  normal    |   Milestone:
Component:  varnishd  |     Version:  trunk
 Severity:  normal    |  Resolution:  worksforme
 Keywords:            |
----------------------+-------------------------
Changes (by phk):

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


Comment:

 This is actually varnish working as it should.

 We assume that a request is going to happen instantly on TCP connection
 accept and allocate a working thread right away.

 If more than timeout_linger time elapses without traffic, we release the
 working thread and hand the connection to the waiter thread.

 By default timeout_linger is 50 msec, because it is also how long a
 working thread lingers on the session after sending a response, just in
 case another request is incoming.

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



More information about the varnish-bugs mailing list