Alejandro A. Ramirez wrote:
>
> Actually it seems that I have hit a bug in 2.3-STABLE4, , I have 3 Cisco
> Cache Engines, an 1 Squid with FreeBSD 4.1-RELEASE 1GB RAM 2 PIII 600Mhz,
> when I turned off all the CCE´s, it went up to 248 req/s and it gave this
> error in the cache.log file:
>
> 2001/01/22 10:26:38| clientSendMoreData: Deferring
> error:invalid-request
> 2001/01/22 10:26:38| assertion failed: pump.c:373:
> "!fd_table[p->s_fd].flags.open"
Any chance you could get a stack trace from that one? Would help a lot
to pinpoint the problem..
But my first guess is yet another problem with pipelined requests. I do
not yet trust the way Squid manages pipelinig, and always disable it on
production systems by changing one line in client_side.c:
from
if (nrequests >= 2) {
to
if (nrequests >= 1) {
-- Henrik Nordstrom Squid hacker -- To unsubscribe, see http://www.squid-cache.org/mailing-lists.htmlReceived on Mon Jan 22 2001 - 18:32:42 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:57:31 MST