Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Varnish: Bugs

#1073: req.hash_always_miss should imply req.hash_ignore_busy

 

 

Varnish bugs RSS feed   Index | Next | Previous | View Threaded


varnish-bugs at varnish-cache

Dec 13, 2011, 8:26 AM

Post #1 of 4 (231 views)
Permalink
#1073: req.hash_always_miss should imply req.hash_ignore_busy

#1073: req.hash_always_miss should imply req.hash_ignore_busy
----------------------+-----------------------------------------------------
Reporter: kristian | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: varnishd | Version: trunk
Severity: normal | Keywords:
----------------------+-----------------------------------------------------
Currently, req.hash_always_miss does not imply that busy objects are
ignored, which means you can actually get a cache hit even though
hash_always_miss is set.

Workaround:

{{{
vcl_recv:

if (req.hash_always_miss) {
set req.hash_ignore_busy = true;
}

}}}

--
Ticket URL: <https://www.varnish-cache.org/trac/ticket/1073>
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


varnish-bugs at varnish-cache

May 10, 2012, 1:59 AM

Post #2 of 4 (150 views)
Permalink
Re: #1073: req.hash_always_miss should imply req.hash_ignore_busy [In reply to]

#1073: req.hash_always_miss should imply req.hash_ignore_busy
----------------------+-----------------------------------------------------
Reporter: kristian | Owner:
Type: defect | Status: closed
Priority: normal | Milestone:
Component: varnishd | Version: trunk
Severity: normal | Resolution: fixed
Keywords: |
----------------------+-----------------------------------------------------
Changes (by Dag Haavi Finstad <daghf@…>):

* status: new => closed
* resolution: => fixed


Comment:

(In [4020b13d0eab47df865d3b055404ed84b8ffd459]) Req.hash_always_miss now
implies req.hash_ignore_busy.

Fixes a case where we might get a cache hit even though hash_always_miss
is set.

Fixes: #1073

--
Ticket URL: <https://www.varnish-cache.org/trac/ticket/1073#comment:1>
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


varnish-bugs at varnish-cache

May 24, 2012, 5:47 AM

Post #3 of 4 (144 views)
Permalink
Re: #1073: req.hash_always_miss should imply req.hash_ignore_busy [In reply to]

#1073: req.hash_always_miss should imply req.hash_ignore_busy
----------------------+-----------------------------------------------------
Reporter: kristian | Owner:
Type: defect | Status: closed
Priority: normal | Milestone:
Component: varnishd | Version: trunk
Severity: normal | Resolution: fixed
Keywords: |
----------------------+-----------------------------------------------------

Comment(by Tollef Fog Heen <tfheen@…>):

(In [48ab7aa14ee48facf8fb0ccd74058c2e69ec0cb4]) Req.hash_always_miss now
implies req.hash_ignore_busy.

Fixes a case where we might get a cache hit even though hash_always_miss
is set.

Fixes: #1073

--
Ticket URL: <https://www.varnish-cache.org/trac/ticket/1073#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


varnish-bugs at varnish-cache

May 24, 2012, 5:51 AM

Post #4 of 4 (145 views)
Permalink
Re: #1073: req.hash_always_miss should imply req.hash_ignore_busy [In reply to]

#1073: req.hash_always_miss should imply req.hash_ignore_busy
----------------------+-----------------------------------------------------
Reporter: kristian | Owner:
Type: defect | Status: closed
Priority: normal | Milestone:
Component: varnishd | Version: trunk
Severity: normal | Resolution: fixed
Keywords: |
----------------------+-----------------------------------------------------

Comment(by Tollef Fog Heen <tfheen@…>):

(In [48ab7aa14ee48facf8fb0ccd74058c2e69ec0cb4]) Req.hash_always_miss now
implies req.hash_ignore_busy.

Fixes a case where we might get a cache hit even though hash_always_miss
is set.

Fixes: #1073

--
Ticket URL: <https://www.varnish-cache.org/trac/ticket/1073#comment:3>
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

Varnish bugs RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.