Hi, On Wed, May 29, 2013 at 6:17 PM, Carlos Peñas <[email protected]> wrote:
> > Is there a way to stop probes to disabled backends without restart > Varnish? > Ideally you should be able to vcl.discard the vcl and the probes should stop. However, some threads might keep a reference to the old VCL. Since Varnish is scheduling threads in a LIFO manner some threads might keep references quite long as they are idle. You can try setting "release VCL early" in the diag_bitmap (see man varnishd). Or you could try to create a short burst of traffic that makes sure every thread is touched. Then they will notice that they haven't got the latest VCL and release the reference to the old one. I think Tollef has scheduled a fix for 3.0.4, but I'm not sure. -- <http://www.varnish-software.com/> *Per Buer* CEO | Varnish Software AS Phone: +47 958 39 117 | Skype: per.buer We Make Websites Fly! Winner of the Red Herring Top 100 Europe Award 2013
_______________________________________________ varnish-misc mailing list [email protected] https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
