[squid-dev] Build failed in Jenkins: trunk-polygraph #901

2015-10-26 Thread noc
See -- Started by upstream project "trunk-matrix" build number 400 originally caused by: Started by an SCM change Building remotely on polygraph (12.04 amd64-Ubuntu Ubuntu amd64-Ubuntu-12.04

Re: [squid-dev] [PATCH] %

2015-10-26 Thread Alex Rousskov
On 10/21/2015 03:14 AM, Amos Jeffries wrote: > On 21/10/2015 4:42 p.m., Alex Rousskov wrote: >> Hello, >> >> Connection stats, including %> connections. >> >> The code reusing a pconn was missing a hier.note() call, resulting in 0 >> values logged for %>

[squid-dev] [PATCH] No reconfiguration during shutdown

2015-10-26 Thread Alex Rousskov
Hello, To avoid crashes, prohibit pointless reconfiguration during shutdown. Also consolidated and polished signal action handling code: 1. For any executed action X, clear do_X at the beginning of action X code because once we start X, we should accept/queue more X requests (or

Re: [squid-dev] [PATCH] No reconfiguration during shutdown

2015-10-26 Thread Amos Jeffries
On 27/10/2015 5:00 a.m., Alex Rousskov wrote: > Hello, > > To avoid crashes, prohibit pointless reconfiguration during shutdown. > > Also consolidated and polished signal action handling code: > > 1. For any executed action X, clear do_X at the beginning of action X >code because once