
varnish-bugs at varnish-cache
Feb 13, 2012, 6:46 AM
Post #3 of 3
(100 views)
Permalink
|
|
Re: #1091: saint mode and directors doesn't seem to work
[In reply to]
|
|
#1091: saint mode and directors doesn't seem to work ----------------------+----------------------------------------------------- Reporter: scoof | Owner: Type: defect | Status: new Priority: normal | Milestone: Component: varnishd | Version: 3.0.0 Severity: normal | Keywords: ----------------------+----------------------------------------------------- Comment(by martin): Saintmode works by having a list of objhead's per backend that should not be used for delivery. In this test case the object isn't stored, which frees the objhead. On the second pass a new objhead is created, which ofc isn't on the trouble list. Should saint-mode trouble list entries keep a ref on the objhead to prevent this? Martin -- Ticket URL: <https://www.varnish-cache.org/trac/ticket/1091#comment:2> Varnish <https://varnish-cache.org/> The Varnish HTTP Accelerator _______________________________________________ varnish-bugs mailing list varnish-bugs [at] varnish-cache https://www.varnish-cache.org/lists/mailman/listinfo/varnish-bugs
|