[Varnish] #198: Varnish doesn't respond to requests when cache is full

Varnish varnish-bugs at projects.linpro.no
Wed Jan 16 01:26:07 CET 2008


#198: Varnish doesn't respond to requests when cache is full
----------------------+-----------------------------------------------------
 Reporter:  frekri    |       Owner:  phk  
     Type:  defect    |      Status:  new  
 Priority:  normal    |   Milestone:       
Component:  varnishd  |     Version:  trunk
 Severity:  normal    |    Keywords:       
----------------------+-----------------------------------------------------
 When I instruct Varnish to keep all elements of the cache it doesn't
 respond to requests when the cache has been filled up. I expect it to
 deliver the cached content and pipe non-cached.

 Add this to VCL and fill your cache to reconstruct:

 sub vcl_discard {
         keep;
 }

-- 
Ticket URL: <http://varnish.projects.linpro.no/ticket/198>
Varnish <http://varnish.projects.linpro.no/>
The Varnish HTTP Accelerator


More information about the varnish-bugs mailing list