[Varnish] #813: Varnish 503's w/ FetchError straight read_error: 11

Varnish varnish-bugs at varnish-cache.org
Mon Nov 15 15:10:45 CET 2010


#813: Varnish 503's w/ FetchError straight read_error: 11
----------------------+-----------------------------------------------------
 Reporter:  ntang     |       Owner:  martin
     Type:  defect    |      Status:  new   
 Priority:  high      |   Milestone:        
Component:  varnishd  |     Version:  2.1.2 
 Severity:  major     |    Keywords:        
----------------------+-----------------------------------------------------

Comment(by ntang):

 It shouldn't have been a timeout... here's how long it takes when I query
 Apache directly:

 {{{
 [root at cc20-43 ~]# time curl --head --header "Host: [snip]"
 cc85-45:80/files/2010/10/HM-33-2-WEB.mp3
 HTTP/1.1 200 OK
 Date: Mon, 15 Nov 2010 14:07:25 GMT
 Server: Apache
 X-Powered-By: PHP/5.2.4
 Vary: Cookie
 Content-Length: 1442796
 Last-Modified: Mon, 15 Nov 2010 09:07:25 -0500
 Expires: Wed, 15 Jan 2014 23:54:05 GMT
 Cache-Control: max-age=3600, must-revalidate
 Content-Type: audio/mpeg


 real    0m0.273s
 user    0m0.001s
 sys     0m0.005s
 [root at cc20-43 ~]#
 }}}

 As you can see, it's returning the file in around a quarter of a second.

 We are planning on upgrading to 2.1.4 to see if it fixes it, but right now
 there's no 32 bit RPM, so we need to build one ourselves and fixing the
 problem quickly was our top priority.

 (For now we're just routing requests for mp3 files straight to Apache,
 around Varnish, and that's kept things moving smoothly, as we don't get a
 huge number of requests for them and we've got the capacity there.  But
 obviously, we'd like Varnish to serve all of this content eventually.)

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




More information about the varnish-bugs mailing list