Hi Gernot,

On Fri, Nov 18, 2016 at 03:16:52PM +0000, Gernot Pörner wrote:
> Hi,
> 
> first, thanks for the quick answer. On our proxy where we currently have 
> this number of entries in the 100k stick table:
> 
> echo "show table l1f_loadbalancer" | sudo nc -U /var/run/haproxy.stat
> 
> # table: l1f_loadbalancer, type: string, size:102400, used:12166
> 
> So it currently has 12166 entries
> 
> If as suggested I dump the sessions like this:
> 
> echo "show sess all" | sudo nc -U /var/run/haproxy.stat |grep -c "^0x7"
> 
> 502
> 
> So, I only see sessions in the low 100s and these are only from the last
> couple of seconds, so that's only our current traffic.

OK thus there's definitely a refcount leak. I have no idea where nor why now
unfortunately, as it already looked impossible when reading the code last
time :-( I'll have to recheck, taking your latest report into account. I may
later ask you for some extra info depending on what I see.

Thanks,
Willy

Reply via email to