Re: Squid, events, and file descriptors

2008-06-27 Thread Henrik Nordstrom
On fre, 2008-06-27 at 13:41 +0100, Bradley Kite wrote: I have another failure, this time with the extra DNS debug output. I have just reliased that our load balancer, which also load-balances DNS lookups, was not properly configured to support TCP (only UDP DNS lookups). I think this might

Re: double-socket statistics in comm.c ?

2008-06-27 Thread Amos Jeffries
Henrik Nordstrom wrote: On fre, 2008-06-27 at 13:05 +0800, Adrian Chadd wrote: This is from src/comm.c on squid-2.HEAD in commResetFD(): statCounter.syscalls.sock.sockets++; fd2 = socket(AF_INET, SOCK_STREAM, 0); statCounter.syscalls.sock.sockets++; Is there a reason for the

Re: Squid, events, and file descriptors

2008-06-27 Thread Bradley Kite
On 27/06/2008, Henrik Nordstrom [EMAIL PROTECTED] wrote: It at least triggers one bug, the high rate and never ending retransmission. But not sure about the user visible bug where the DNS queue apparently stops being processed. In my tests the queue continued getting processed like

Re: Squid, events, and file descriptors

2008-06-27 Thread Henrik Nordstrom
On fre, 2008-06-27 at 15:51 +0200, Henrik Nordstrom wrote: But not sure about the user visible bug where the DNS queue apparently stops being processed. In my tests the queue continued getting processed like expected.. or at least I think so.. Found that one as well. Made very visible by the

Re: double-socket statistics in comm.c ?

2008-06-27 Thread Henrik Nordstrom
On lör, 2008-06-28 at 01:51 +1200, Amos Jeffries wrote: It's been killed in -3 so I'd say no too. Killed. Regards Henrik signature.asc Description: This is a digitally signed message part

Re: Squid, events, and file descriptors

2008-06-27 Thread Adrian Chadd
2008/6/28 Henrik Nordstrom [EMAIL PROTECTED]: Found that one as well. Made very visible by the first, but can be temporarily triggered by UDP as well holding up retransmissions for about a minute... Patch in bugzilla, and applied to squid-2. Needs to be forward-ported to squid-3. Nice