[Varnish] #824: Saintmode: repeated failure causes varnish to go into 503 mode

Varnish varnish-bugs at varnish-cache.org
Tue Nov 30 17:02:28 CET 2010


#824: Saintmode: repeated failure causes varnish to go into 503 mode
----------------------+-----------------------------------------------------
 Reporter:  grosser2  |        Type:  defect
   Status:  new       |    Priority:  normal
Milestone:            |   Component:  build 
  Version:  trunk     |    Severity:  normal
 Keywords:            |  
----------------------+-----------------------------------------------------
 When setting saintmmode in vcl_error, repeated requests (5+/s) to pages
 that return errors(500) caused varnish to go into 503 mode, backend was
 still reported as healthy, but all misses(not only to the page that failed
 with 500) are 503 and are 'connection not attempted' in varnishstat. Hits
 were still ok.

 {{{
 if (beresp.status >= 500 && beresp.status < 600) {
   set beresp.saintmode = 30m;
 }
 }}}

-- 
Ticket URL: <http://www.varnish-cache.org/trac/ticket/824>
Varnish <http://varnish-cache.org/>
The Varnish HTTP Accelerator




More information about the varnish-bugs mailing list