
varnish-bugs at varnish-cache
Jun 3, 2012, 2:49 PM
Post #1 of 3
(139 views)
Permalink
|
|
#1146: Persistent: When dropping empty segments, it will leak objects from LRU_Alloc, and not reset the free_offset to reclaim the space
|
|
#1146: Persistent: When dropping empty segments, it will leak objects from LRU_Alloc, and not reset the free_offset to reclaim the space ----------------------+----------------------------------------------------- Reporter: martin | Owner: Type: defect | Status: new Priority: normal | Milestone: Component: varnishd | Version: 3.0.2 Severity: normal | Keywords: ----------------------+----------------------------------------------------- The optimization in smp_close_seg() does not free the LRU object, and does not reset the free_offset so that the space this segment held can be reclaimed. -- Ticket URL: <https://www.varnish-cache.org/trac/ticket/1146> 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
|